-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a from_csd function #174
Comments
import warnings
warnings.filterwarnings('ignore')
from pyxtal import pyxtal
c = pyxtal(molecular=True)
for csd in [#'ACSALA', 'TROXAN', 'TRIZIN', 'HXMTAM', 'PYRZIN',
#'PYRZOL', 'CYHEXO', 'CYTSIN', 'ADAMAN01', 'IMAZOL01',
#'URACIL', 'ACETAC', 'CYANAM01', 'FORMAM', 'SUCACB02',
'ECARBM01', 'XAFQAZ', 'KONTIQ09', 'XATJOT', 'XAFQON']:
c.from_CSD(csd)
print(c)
|
Todo:
|
qzhu2017
added a commit
that referenced
this issue
Dec 1, 2021
Some structures cannot match the original one after loading. Needs to check!!! |
Fully debugged at 15de1dc To run more tests with different csd structures |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the CSD python is available, we can import the structure from CSD
The text was updated successfully, but these errors were encountered: