Home
last modified time | relevance | path

Searched refs:normalmodes (Results 1 – 19 of 19) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/apps/chem/
H A Dvibanal.h8 … const madness::Tensor<double>& hessian, madness::Tensor<double>& normalmodes,
12 …ompute_reduced_mass(const madness::Molecule& molecule, const madness::Tensor<double>& normalmodes);
H A Dmolecular_optimizer.h135 Tensor<double> normalmodes; in optimize_quasi_newton() local
137 target->molecule(),h,normalmodes); in optimize_quasi_newton()
187 Tensor<double> normalmodes; in optimize_quasi_newton() local
189 target->molecule(),h,normalmodes); in optimize_quasi_newton()
481 const Tensor<double>& hessian, Tensor<double>& normalmodes,
508 syev(mwhessian,normalmodes,freq);
518 const Tensor<double>& normalmodes) { in compute_reduced_mass() argument
522 Tensor<double> L=copy(normalmodes); in compute_reduced_mass()
H A Dvibanal.cc14 const Tensor<double>& hessian, Tensor<double>& normalmodes, in compute_frequencies() argument
41 syev(mwhessian,normalmodes,freq); in compute_frequencies()
50 Tensor<double> compute_reduced_mass(const Molecule& molecule, const Tensor<double>& normalmodes) { in compute_reduced_mass() argument
54 Tensor<double> L=copy(normalmodes); in compute_reduced_mass()
H A Dnemo.cc1038 Tensor<double> normalmodes; in hessian() local
1039 Tensor<double> frequencies=compute_frequencies(molecule(),hessian,normalmodes,false,hessdebug); in hessian()
1048 frequencies=compute_frequencies(molecule(),hessian, normalmodes,true,hessdebug); in hessian()
1049 Tensor<double> intensities=compute_IR_intensities(normalmodes,dens_pt); in hessian()
1050 Tensor<double> reducedmass=compute_reduced_mass(molecule(),normalmodes); in hessian()
1600 Tensor<double> Nemo::compute_IR_intensities(const Tensor<double>& normalmodes, in compute_IR_intensities() argument
1606 Tensor<double> DL=inner(D,normalmodes); in compute_IR_intensities()
H A Dnemo.h252 Tensor<double> compute_IR_intensities(const Tensor<double>& normalmodes,
/dports/science/lammps/lammps-stable_29Sep2021/tools/i-pi/ipi/inputs/
H A Dsimulation.py43 from ipi.inputs.normalmodes import InputNormalModes
44 from ipi.engine.normalmodes import NormalModes
H A Dnormalmodes.py25 from ipi.engine.normalmodes import *
H A DREADME17 - normalmodes.py: Creates the objects that deal with the normal mode
/dports/science/lammps/lammps-stable_29Sep2021/tools/i-pi/ipi/engine/
H A DREADME13 - normalmodes.py: Deals with the normal mode transformations.
H A Dsimulation.py44 from ipi.engine.normalmodes import NormalModes
H A Dinitializer.py46 from ipi.engine.normalmodes import NormalModes
H A Dthermostats.py53 from ipi.engine.normalmodes import NormalModes
/dports/science/gromacs/gromacs-2021.4/src/external/vmd_molfile/
H A Dmolfile_plugin.h313 float *normalmodes; /**< matrix(ncart*ncart) of normal modes */ member
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/include/
H A Dmolfile_plugin.h416 float *normalmodes; /**< matrix(ncart*ncart) of normal modes */ member
/dports/science/py-rmf/rmf-1.3.1/plugins/vmd/include/
H A Dmolfile_plugin.h366 float *normalmodes; /**< matrix(ncart*ncart) of normal modes */ member
/dports/science/plumed/plumed2-2.7.2/src/molfile/
H A Dmolfile_plugin.h457 float *normalmodes; /**< matrix(ncart*ncart) of normal modes */ member
/dports/science/rmf/rmf-1.3.1/plugins/vmd/include/
H A Dmolfile_plugin.h366 float *normalmodes; /**< matrix(ncart*ncart) of normal modes */ member
/dports/science/lammps/lammps-stable_29Sep2021/lib/molfile/
H A Dmolfile_plugin.h461 float *normalmodes; /**< matrix(ncart*ncart) of normal modes */ member
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dgamessplugin.c589 hessian_data->normalmodes[i] = data->normal_modes[i]; in read_gamess_rundata()