Hi Lester,
I'm looking to use the perturbed_system option to seed some calculations with a pair of end states, but it's not clear to me from reading the code how exactly the option should be used.
I can see here that there's a number of atoms consistency check with the base system, and here that there's a link_to_perturbed and link_to_reference. Does this mean that the system given in the perturbed_system flag should be the exact reverse of the original system?
My specific scenario is that I have system1 and system2 (assume that they have different numbers of atoms), both of which have been minimised and equilibrated, and I now want to run production using the coordinates of system1 for lambda=0->0.5 and the coordinates of system2 for lambda=0. 5->1.0.
Should the seeding workflow be:
- Align
system2 to system1 then merge, taking note of the mapping. Call this merged_system_A.
- Align
system1 to system2 then merge using the exact reverse of the mapping from stage1. Call this merged_system_B.
- Run
Somd2 with merged_system_A as the primary system and merged_system_B as the perturbed_system
Or am I over-complicating things?
Hi Lester,
I'm looking to use the
perturbed_systemoption to seed some calculations with a pair of end states, but it's not clear to me from reading the code how exactly the option should be used.I can see here that there's a number of atoms consistency check with the base system, and here that there's a
link_to_perturbedandlink_to_reference. Does this mean that the system given in theperturbed_systemflag should be the exact reverse of the originalsystem?My specific scenario is that I have
system1andsystem2(assume that they have different numbers of atoms), both of which have been minimised and equilibrated, and I now want to run production using the coordinates ofsystem1for lambda=0->0.5 and the coordinates ofsystem2for lambda=0. 5->1.0.Should the seeding workflow be:
system2tosystem1then merge, taking note of the mapping. Call thismerged_system_A.system1tosystem2then merge using the exact reverse of the mapping from stage1. Call thismerged_system_B.Somd2withmerged_system_Aas the primary system andmerged_system_Bas theperturbed_systemOr am I over-complicating things?