-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi,
I hope this message finds you well😄. Sorry to trouble you.
We are supporting Membrane Protein in a3fe via Gromacs to do min, nvt, npt and equil.
However, for membrane protein systems, special .mdp parameters are required.
Especially, the temperature coupling groups usually would be divided into different compenets.(e.g. protein/membrane/solvent separation). But in BSS,
protocol_dict["tc-grps"] = (
"system" # A single temperature group for the entire system.
)
, which is as a single system. in
def generateGromacsConfig( |
If I want to set tc_grps = SOLU MEMB SOLV
, just kindly, is there a way in BSS to define separate temperature coupling groups?
In GROMACS, the default share/top/defselection.dat
file includes predefined groups such as Protein
, Non-Protein
, Water
, and Ion
. Would it be appropriate to define the membrane group as something like Non-Protein and not Water_and_Ions
?
Or, do we need pre-defined in our system by creating using gmx make_ndx
and define in an index file?
I’d be sincerely grateful for any suggestions or comments you might have.
Thanks so much.
Best,
Roy