This is part of the isdb module |
Calculates the (Residual) Dipolar Coupling between two atoms.
The Dipolar Coupling between two nuclei depends on the \(\theta\) angle between the inter-nuclear vector and the external magnetic field.
\[ D=D_{max}0.5(3\cos^2(\theta)-1) \]
where
\[ D_{max}=-\mu_0\gamma_1\gamma_2h/(8\pi^3r^3) \]
that is the maximal value of the dipolar coupling for the two nuclear spins with gyromagnetic ratio \(\gamma\). \(\mu\) is the magnetic constant and h is the Planck constant.
Common Gyromagnetic Ratios (C.G.S)
In isotropic media DCs average to zero because of the rotational averaging, but when the rotational symmetry is broken, either through the introduction of an alignment medium or for molecules with highly anisotropic paramagnetic susceptibility, then the average of the DCs is not zero and it is possible to measure a Residual Dipolar Coupling (RDCs).
This collective variable calculates the Dipolar Coupling for a set of couple of atoms using the above definition.
In a standard MD simulation the average over time of the DC should then be zero. If one wants to model the meaning of a set of measured RDCs it is possible to try to solve the following problem: "what is the distribution of structures and orientations that reproduce the measured RDCs".
This collective variable can then be use to break the rotational symmetry of a simulation by imposing that the average of the DCs over the conformational ensemble must be equal to the measured RDCs [34] . Since measured RDCs are also a function of the fraction of aligned molecules in the sample it is better to compare them modulo a constant or looking at the correlation.
Alternatively if the molecule is rigid it is possible to use the experimental data to calculate the alignment tensor and the use that to back calculate the RDCs, this is what is usually call the Single Value Decomposition approach. In this case the code rely on the a set of function from the GNU Scientific Library (GSL). (With SVD forces are not currently implemented).
Replica-Averaged simulations can be performed using RDCs, ENSEMBLE, STATS and RESTRAINT . METAINFERENCE can be activated using DOSCORE and the other relevant keywords.
Additional material and examples can be also found in the tutorial ISDB: setting up a Metadynamics Metainference simulation
#SETTINGS NREPLICAS=2 nh: RDC ...GYROM=-72.5388compulsory keyword ( default=1. ) Add the product of the gyromagnetic constants for the bond.SCALE=0.001compulsory keyword ( default=1. ) Add the scaling factor to take into account concentration and other effects.ATOMS1=20,21the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.ATOMS2=37,38the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.ATOMS3=56,57the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.ATOMS4=76,77the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.ATOMS5=92,93 ... erdc: ENSEMBLEthe couple of atoms involved in each of the bonds for which you wish to calculate the RDC.ARG=nh.* st: STATSthe input for this action is the scalar output from one or more other actions.ARG=erdc.*the input for this action is the scalar output from one or more other actions.PARAMETERS=8.17,-8.271,-10.489,-9.871,-9.152 rdce: RESTRAINTthe parameters of the arguments in your functionARG=st.corrthe input for this action is the scalar output from one or more other actions.KAPPA=0.compulsory keyword ( default=0.0 ) specifies that the restraint is harmonic and what the values of the force constants on each of the variables areSLOPE=-25000.0compulsory keyword ( default=0.0 ) specifies that the restraint is linear and what the values of the force constants on each of the variables areAT=1. svd: RDC ...compulsory keyword the position of the restraintGYROM=-72.5388compulsory keyword ( default=1. ) Add the product of the gyromagnetic constants for the bond.SVD( default=off ) Set to TRUE if you want to back calculate using Single Value Decomposition (need GSL at compilation time).ATOMS1=20,21the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.COUPLING1=8.17Add an experimental value for each coupling (needed by SVD and useful for \ref STATS).ATOMS2=37,38the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.COUPLING2=-8.271Add an experimental value for each coupling (needed by SVD and useful for \ref STATS).ATOMS3=56,57the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.COUPLING3=-10.489Add an experimental value for each coupling (needed by SVD and useful for \ref STATS).ATOMS4=76,77the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.COUPLING4=-9.871Add an experimental value for each coupling (needed by SVD and useful for \ref STATS).ATOMS5=92,93the couple of atoms involved in each of the bonds for which you wish to calculate the RDC.COUPLING5=-9.152 ... esvd: ENSEMBLEAdd an experimental value for each coupling (needed by SVD and useful for \ref STATS).ARG=(svd\.rdc-.*) st_svd: STATSthe input for this action is the scalar output from one or more other actions.ARG=esvd.*the input for this action is the scalar output from one or more other actions.PARAMETERS=8.17,-8.271,-10.489,-9.871,-9.152 PRINTthe parameters of the arguments in your functionARG=st.corr,st_svd.corr,rdce.biasthe input for this action is the scalar output from one or more other actions.FILE=colvarthe name of the file on which to output these quantities
By default this Action calculates the following quantities. These quantities can be referenced elsewhere in the input by using this Action's label followed by a dot and the name of the quantity required from the list below.
Quantity | Description |
score | the Metainference score |
sigma | uncertainty parameter |
sigmaMean | uncertainty in the mean estimate |
neff | effective number of replicas |
acceptSigma | MC acceptance for sigma values |
rdc | the calculated # RDC |
In addition the following quantities can be calculated by employing the keywords listed below
Quantity | Keyword | Description |
acceptScale | SCALEDATA | MC acceptance for scale value |
acceptFT | GENERIC | MC acceptance for general metainference f tilde value |
weight | REWEIGHT | weights of the weighted average |
biasDer | REWEIGHT | derivatives with respect to the bias |
scale | SCALEDATA | scale parameter |
offset | ADDOFFSET | offset parameter |
ftilde | GENERIC | ensemble average estimator |
exp | SVD/COUPLING | the experimental # RDC |
Sxx | SVD | Tensor component |
Syy | SVD | Tensor component |
Szz | SVD | Tensor component |
Sxy |