GROMACS version: 2021.5
GROMACS modification: Yes/No
Here post your question
Hello anyone, i want to ask about selection (selrpos and seltype) in rdf analysis
Currently i am working on polymer and run MD simulation for pre-polymerization mixture
I want to analyze rdf in 2 component in my system
In molecule 1 i have voriconazole, C16H14F3N5O (39 atom)
In molecule 2 i have acrylic acid C3H4O2 (9 atom)
I want to analyze hydrogen bond between atom F10 (in molecule 1) and atom H9 (in molecule 2)
Can u help suggest how to set -selrpos and -seltype for that 2 atom?
I already try using gmx_mpi rdf -f md.xtc -o tesrdf.xvg -s md.tpr -selrpos whole_mol_com -seltype whole_mol_com -bin 0.01 but there is for whole molecule
when i change to gmx_mpi rdf -f md.xtc -o tesrdf.xvg -s md.tpr -selrpos atom -seltype atom -bin 0.01 how to insert atom F10 as selrpos and H9 as seltype?
I already use -selrpos atom F10-selrpos atom 10-selrpos atom “10”-selrpos atom (10) etc but invalid
It said that Invalid command-line options
In command-line option -selrpos
Invalid value: 10
Can you help the command for input atom F9 (in selrpos) and H9 (in seltype)?
Hi,
You can use atom numbers, but the syntax is slightly different: gmx_mpi rdf -f md.xtc -o tesrdf.xvg -s md.tpr -ref 'atomnr 10' -sel 'atomnr 48'
If you want to learn more about the selection syntax you can read the help from the interactive selection by running gmx_mpi rdf -f md.xtc -o tesrdf.xvg -s md.tpr and then typing help or, e.g. help keywords.