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

call_packmol() does not generate mixture.xyz file #13

Closed
adelaiden opened this issue Oct 15, 2020 · 2 comments
Closed

call_packmol() does not generate mixture.xyz file #13

adelaiden opened this issue Oct 15, 2020 · 2 comments

Comments

@adelaiden
Copy link

Hi, I've been trying to use this package to generate an amorphous structure. Right now, I'm just trying the example code in the readme file. I keep getting an error at the same point: when I call structure = get_random_packed('Li', target_atoms=100), I get an error from the call_packmol() function saying that there is no mixture.xyz file. I can generate the packmol.input file, but from reading the code I don't see how the function is invoking packmol or how the mixture.xyz file should be generated. Any suggestions on what to do here?

Also, as a side note, the import statements should read
from mpmorph.workflows.converge import get_converge_wf
rather than from mpmorph.workflow.converge import get_converge_wf
since the folder was renamed "workflows".

@adelaiden
Copy link
Author

Nevermind, I got this to work. My path was pointing to the packmol folder, but it needed to point to the executable within the folder.

@sivonxay
Copy link
Collaborator

Thanks for the comments. Glad you were able to get it to work. I have updated the readme to make it more obvious that the executable must be linked.

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

2 participants