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

Guidance required on MD simulation #1029

Closed
Saqlain5565 opened this issue May 16, 2023 · 4 comments
Closed

Guidance required on MD simulation #1029

Saqlain5565 opened this issue May 16, 2023 · 4 comments

Comments

@Saqlain5565
Copy link

Hello Sir,

Hope you are having a good time there.
I am a MS/PhD integrated student in Gwanjgu insutitute of science and technology, south korea.
i recently started working on MD simulation , i am facing trouble in getting tip5p.pdb file.
kindly share the file if you have or share the process for making it .

i would really appreciate your help.

Saqlain

@drroe
Copy link
Contributor

drroe commented May 18, 2023

Hi,
If all you want to do is create a PDB of TIP5P water, you can create a single tip5p water molecule withLEaP like so:

source leaprc.water.tip4pew
loadamberparams frcmod.tip5p
saveamberparm TP5 tip5p.parm7 tip5p.rst7
quit

Then convert to PDB with cpptraj:

parm tip5p.parm7
trajin tip5p.rst7
trajout tip5p.pdb include_ep

The include_ep keyword for trajout is needed to make sure you print the extra points. If you also want the bond info you'll have to provide the conect keyword as well.

Note that general questions like these will probably get a faster/better answer if posted on the Amber mailing list: http://lists.ambermd.org/mailman/listinfo/amber

Hope this helps.

@Saqlain5565
Copy link
Author

Thank you for the response.
Actually i did not get response from amber forum thats why i am posting here my issue. I send blank email almost a month ago for subscriptios but no response from the forum, i could not post without a membership.

And about issue i got the tip5p.pdb file thanks for that but to run this i need source leaprc.water.tip5p, frcmod.ionsjc_tip5p and frcmod.ions234lm_tip5p files which are not included in Amber20 directory, so can you help me out in these.
or kindly accept my subscription request in amber forum so that i can ask there openly.

thanks again for your response and guidance.

@drroe
Copy link
Contributor

drroe commented May 18, 2023

i need source leaprc.water.tip5p, frcmod.ionsjc_tip5p and frcmod.ions234lm_tip5p files which are not included in Amber20 directory,

Make sure you are sourcing the amber.sh (or amber.csh depending on your shell) file in your AMBERHOME directory. Then when you run tleap your paths will be set automatically (the files in question are somewhere inside the $AMBERHOME/dat directory).

It seems like you're a beginner, so you may want to do a few of the starting tutorials for Amber to get familiar with the Amber workflow: https://ambermd.org/tutorials/

or kindly accept my subscription request in amber forum so that i can ask there openly.

Unfortunately I don't have admin access to the mailing list. Try sending another blank email to amber-subscribe<at>ambermd.org - maybe you just hit a temporary issue.

@drroe
Copy link
Contributor

drroe commented Apr 29, 2024

If this issue is not resolved, please reopen it.

@drroe drroe closed this as completed Apr 29, 2024
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