The formulae used to implement this modules have been taken from W. Hug and M. Fedorovsky, Theor. Chem. Acc. 119 (2006) 113-131, [ doi:10.1007/s00214-006-0185-2 ]
- correlate_vibrations()
- correlate two vibrations
- remove_contaminations()
- remove non-vibrational contaminations
- correlate_vibrations_all()
- correlate all found vibrations
- create_dyad()
- create the dyad for a vibration
- generate_tr_rot()
- generate translations/rotations
- vibana()
- perform vibrational analysis
- omega_p()
- angular frequency
- dcm_p()
- distance change matrix (DCM) for a vibration
- vib_amplitudes()
- amplitudes of atoms for a vibration
- calc_all_devs()
- conventional deviations of frequencies
- hessian_dev()
- deviation of the magnitudes of Hessians
- hessian_magnitude()
- magnitude of a Hessian
- degree_localization()
- degree of localization on a fragment
Author: | Maxim Fedorovsky |
---|
Calculate the similarity and overlap of two vibrations on a fragment.
The vibrations must be given as mass-weighted excursions. Let us denote the first vibration as reference and the second one as trial.
Parameters: |
|
---|---|
Returns: | dictionary with the following keys:
|
Remove the translational and rotational contaminations on a fragment.
Parameters: |
|
---|---|
Returns: | the dyad for the vibration on the fragment, from which the rotational/translational contaminations have been removed, shape : (1 + Natoms_F, 4, 1 + Natoms_F, 4) |
Correlate a set of vibrations on a fragment.
The vibrations to be correlated must be given as mass-weighted excursions. Let us denote by reference the first set of vibrations and by trial the second one.
Parameters: |
|
---|---|
Returns: | dictionary with the following keys:
|
Create the dyad tensor for a vibration
Parameters: |
|
---|---|
Returns: | the dyad with the shape (1 + Natoms_rows, 4, 1 + Natoms_cols, 4) |
Generate translations/rotations for a fragment in a molecule.
Parameters: |
|
---|
The return value is a dictionary with the following keys:
- L_tr_rot - set of the translations and rotations (one-based ndarray)
shape : (4 + nrot, 1 + Natoms_F, 4) with nrot being the number of rotational degrees of freedom. The first three members are always translations. The number of rotations nrot can vary.
- I - principal axes of the inertia tensor (null-based ndarray),
shape : (3,)
- I_values - principal values of the inertia tensor
(null-based ndarray), shape : (3,)
Perform the vibrational analysis.
For details refer to http://www.gaussian.com/g_whitepap/vib.htm. This implementation generates the translations and rotations around the pricipal axes of the inertia tensor.
Parameters: |
|
---|---|
Returns: | dictionary with the following keys:
|
Calculate the angular frequency.
Parameter: | nu – wavenumber in cm**(-1) |
---|
The return value is expressed in inverse seconds.
Calculate the distance change matrix (DCM) for a normal mode.
Parameters: |
|
---|---|
Returns: | one-based ndarray with the shape (1 + Natoms, 1 + Natoms) |
Calculate the amplitudes of atoms for a vibration.
Parameters: |
|
---|---|
Returns: | one-based ndarray with the shape (1 + Natoms,), the units are angstroms |
Calculate deviations of trial frequencies from reference ones.
Parameters: |
|
---|
the frequencies (%)
the frequencies (%)
MD - mean deviation of the frequencies (units of the frequencies)
(units of the frequencies)
(units of the frequencies)
RELMD - mean relative deviation of the frequencies (%)
RELMAD - mean relative absolute deviation of the frequencies (%)
RELMAXD - maximal relative absolute deviation of the frequencies (%)
FRMSD - root mean square deviations of the frequencies (%)
Returns: | (ALG2, GEOM2, MD, MAD, MAXD, RELMD, RELMAD, RELMAXD, FRMSD) |
---|
Calculate the normalized deviation of the magnitudes of Hessians.
If a rotation matrix is supplied then the trial Hessian is to be rotated with it.
Parameters: |
|
---|
Calculate the magnitude of a Hessian.
Parameters: |
|
---|
Degree of localization of a vibration on a fragment.
Parameters: |
|
---|---|
Returns: | value within [0, 1] |