Skip to content
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

Title card in final.xyz breaks neat liquid simulation workflow #49

Open
ghost opened this issue Jul 16, 2024 · 0 comments
Open

Title card in final.xyz breaks neat liquid simulation workflow #49

ghost opened this issue Jul 16, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 16, 2024

Just a heads up that the def FindDimensionsOfMoleculeTinker(poltype,structurefilepath): function in boxsetup.py necessarily fails to read the final.xyz generated by the ab initio fitting because of the 'xxx' title added by default.

The offending line:

        if len(linesplit)!=1 and '90.000000' not in line: # not line containing number of atoms

With a title present, you continue on to try reading the first line as though it were an atom line instead of skipping it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants