Skip to content

Instantly share code, notes, and snippets.

@mcwitt
Last active December 8, 2022 19:51
Show Gist options
  • Save mcwitt/8813cf3686d39f3c6adcac42f99c0caa to your computer and use it in GitHub Desktop.
Save mcwitt/8813cf3686d39f3c6adcac42f99c0caa to your computer and use it in GitHub Desktop.
Using existing settings (`complete_rings=True`, `connected_core=True`, `enforce_chiral=True`):
Py37:
[[20 20]
[32 18]
[27 31]
[15 12]
[ 4 7]
[16 13]
[ 1 4]
[ 5 8]
[ 7 10]
[ 2 5]
[ 6 9]
[26 30]
[18 15]
[17 14]
[ 3 6]
[19 19]]
Py38:
[[15 12]
[ 1 4]
[17 14]
[18 15]
[19 19]
[26 30]
[16 13]
[20 20]
[ 4 7]
[ 3 6]
[ 7 10]
[ 6 9]
[ 5 8]
[27 31]
[32 18]
[ 2 5]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment