Shortcut: FERRONEMATIC_ORDER
| Module | liquid_crystal |
|---|---|
| Description | Usage |
| Calculate the ferronematic order parameter. | |
| output value | type |
| the modulus of the average vector | scalar |
Details and examples
Calculate the ferronematic order parameter.
The ferronematic order parameter P depends on the relative orientations of the molecular axes. If the axes all point into the same direction, giving rise to a net polarization if the molecules have permanent dipole moments, P is close to 1. If the molecular axes are oriented isotropically or are aligned antiparallel so that there is no net polarization, P is close 0.
The nematic and ferronematic order parameters can be used to distinguish the isotropic, nematic and ferronematic phases of liquid crystals.
is length of the average of the molecular axes ( for ) Since the molecular axes are unit vectors, P ranges from a minimum of 0 to a maximum of 1.
By adding a bias to the ferronematic order parameter, one can drive a liquid crystal from the isotropic to the ferronematic phase.
The axis of a rod-like molecule is defined as the distance vector between two atoms, it points from the tail atom to the head atom.
# Assume there are three molecules with 20 atoms each. # In the first molecule the molecular axis vector points from atom 1 to atom 20, # in the second molecule it points from atom 21 to atom 40 # and in the third from atom 41 to atom 60. # The ferronematic order parameter for the three molecules is computed as P: FERRONEMATIC_ORDERCalculate the ferronematic order parameter. This action is a shortcut. More details MOLECULE_STARTSThe atoms where the molecular axis starts=1,21,41 MOLECULE_ENDSThe atoms where the molecular axis ends=20,40,60 PRINTPrint quantities to a file. More details FILEthe name of the file on which to output these quantities=colvar ARGthe labels of the values that you would like to print to the file=P # Add a bias to the ferronematic order parameter P. BIASVALUETakes the value of one variable and use it as a bias More details ARGthe labels of the scalar/vector arguments whose values will be used as a bias on the system=P
Input
The atoms that serve as the input for this action are specified using one or more of the keywords in the following table.
| Keyword | Type | Description |
|---|---|---|
| MOLECULE_STARTS | atoms | The atoms where the molecular axis starts |
| MOLECULE_ENDS | atoms | The atoms where the molecular axis ends |
Full list of keywords
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| MOLECULE_STARTS | input | none | The atoms where the molecular axis starts |
| MOLECULE_ENDS | input | none | The atoms where the molecular axis ends |