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

Fix/214 #248

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Fix/214 #248

wants to merge 9 commits into from

Conversation

fgrunewald
Copy link
Member

No description provided.

@fgrunewald
Copy link
Member Author

@ricalessandri this could be interesting for you. I've made a wrapper around gen_coords, called gen_replicas. It works in the same way and has the same arguments as gen_coords. However, you can give it a set of mdp files using '-mdp' flag. It will then use gmx wrapper - which you have to install beforehand - to execute gromacs simulations in order of the given mdp files. So if you provide min.mdp, NVT.mdp and prod.mdp it will run energy minization, NVT and then the production run in a separate directory. So basically now you can get the energy minization and equilibration in one go. Added bonus if you set the '-nrepl' flag you can generate multiple replica.

My idea was to combine this feature together with the automatic AA-ff generator. Because then you could to high throughput AA simulations quite easily.

Are there other features you think could be useful?

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

Successfully merging this pull request may close these issues.

None yet

1 participant