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

Problem running moltemplate.sh #94

Open
luizpzidoi opened this issue Oct 17, 2023 · 2 comments
Open

Problem running moltemplate.sh #94

luizpzidoi opened this issue Oct 17, 2023 · 2 comments

Comments

@luizpzidoi
Copy link

Hi! I hope you are doing well!

I'm trying to run moltemplate.sh but I always get the following message:
########################################################

WARNING: atom_style unspecified

--> "Data Atoms" column data has an unknown format

Assuming atom_style = "full"

########################################################

And this happens if I try to run moltemplate.sh both for some example of the code and for some system I created. At the end of execution the following message is displayed:
lttree_postprocess.py v0.6.2 2021-4-20

Error(lttree_postprocess.py): Unable to open file
"Data Atoms.template"
for reading. (Do your files lack a "Data Atoms" section?)
(To override this error, run moltemplate using the "-nocheck" argument.)

Thank you!

@luizpzidoi luizpzidoi changed the title Problema running moltemplate.sh Problem running moltemplate.sh Oct 17, 2023
@hothello
Copy link
Contributor

The first warning is to inform the user that the atom_style full structure is assumed in your Data Atoms section. To get rid of this warning, set the style explicitly with: moltemplate.sh -atomstyle full yourscript.lt.

For the second error, it is impossible to say what is wrong without you sharing your input files.

@luizpzidoi
Copy link
Author

Hi @hothello. I hope you are doing well.

Thank you so much for reply.
The first warning was caused by "atomstyle" parameter.
Thus the second, the error was in the input file, in the coordinates of the atoms. In moltemplate, the atoms name will be diferent. This error was happening because, for example, all carbon atoms was "C" and the correct is "C1, C2, etc".

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

3 participants
@hothello @luizpzidoi and others