Re: [gmx-users] Regarding TMAO model in gromacs

2017-09-19 Thread Miner, Jacob Carlson
One way to incorporate these models is to create a folder that has all of the 
relevant parameters you need (.rtp, .itp, etc.).
I simulate specific force fields (including the Osmotic TMAO model) by this 
folder within the directory where I am simulating and then I generate .gro 
files and .top files that call from these data sets.

So my .top file calls my .itp file within the relevant directory 
(name-of-my-folder.ff/):

Within .top:
"
#include name-of-my-folder.ff/TMAO.itp"
"

This file in turn contains bonded interactions [atoms], [bonds], [angles], 
[dihedrals]

For the non-bonded interactions (nonbonded.itp, within name-of-my-folder.ff/), 
I include its name in the forcefield.itp file therein and call the 
forcefield.itp file from the .top file.

Within .top:
"
#include name-of-my-folder.ff/forcefield.itp"
"

Within name-of-my-folder.ff/forcefield.itp:
"
#include "nonbonded.itp"
"

This serves to organize all of the different potentials in one folder that you 
can then call with your .top files.

Jacob Carlson Miner
Postdoctoral Research Associate
Theoretical Biology and Biophysics (T-6)
Los Alamos National Laboratory
-- 
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.


[gmx-users] Regarding TMAO model in gromacs

2017-09-19 Thread Dilip H N
Hello,
1] I want to know which is the model of TMAO molecule that is present in
charmm36 FF ..??
2] How can i use the Kast, Netz, Garcia, etc models in gromacs .. (when i
referred the literature i came across the different models of TMAO and the
charges, sigma, epsilon values are different from the above-mentioned
models with respect to .rtp, ffnonbonded.itp files in charmm36 FF. )
Do i need to make changes in the .rtp files to incorporate the other models
?? or any other way..??
So how can i solve this issue...

Any suggestions are appreciated

Thank you

-- 
With Best Regards,

DILIP.H.N
Ph.D Student



 Sent with Mailtrack

<#>
-- 
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.