Polymeric lithium ion battery Example #307
-
Dear all, I am working on simulating ion conduction in lithium-ion batteries, and I came across a reference that suggests using polyply to create the initial coordinates for the simulation. While I have gone through the tutorial, I am having trouble to understand fuly the protocol for generating the structures in panels A and B of Figure 4 in the paper as reported here. I would greatly appreciate any assistance or guidance to fully understand how to generate these structures using polyply. Thank you very much in advance for your help. Currently, I have installed GROMACS and polyply. I don't know how to set up Martini. The following are the error messages I get when I try to run the protocol:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@rdguerrerom the error is right in the top of the script. Apparently it cannot find the bash function 'find_path', which means as a consequence it cannot find the input files for polyply that live in the tutorial files directory. Did you install the repository ? To make use of these functions you should run |
Beta Was this translation helpful? Give feedback.
@rdguerrerom the error is right in the top of the script. Apparently it cannot find the bash function 'find_path', which means as a consequence it cannot find the input files for polyply that live in the tutorial files directory. Did you install the repository ? To make use of these functions you should run
pip install ./
in the top-level of the repository. Otherwise you need to set the paths in the bash script by hand. Let me know how it goes and I can assist with further issues.