You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: