Home
last modified time | relevance | path

Searched defs:Dihedral (Results 1 – 21 of 21) sorted by relevance

/dports/biology/protomol/protomol/framework/base/
H A DPAR.h79 struct Dihedral{ struct
81 Dihedral(){} in Dihedral() function
82Dihedral(int a, std::string b, std::string c, std::string d, std::string e, Real f, int g, Real h): in Dihedral() argument
86 Dihedral(int a, std::string b, std::string c, std::string d, std::string e, in Dihedral() function
102 friend Report::MyStreamer& operator<< (Report::MyStreamer& OS, const Dihedral & p); argument
H A DiSGPAR.h97 struct Dihedral{ struct
99 Dihedral(){} in Dihedral() argument
102 Dihedral(int a) { in Dihedral() argument
127 friend Report::MyStreamer& operator<< (Report::MyStreamer& OS, const Dihedral & p); argument
H A DPSF.h80 struct Dihedral { struct
82 Dihedral():number(0),atom1(0),atom2(0),atom3(0),atom4(0){} in Dihedral() argument
83 Dihedral(int a, int b, int c, int d, int e):number(a),atom1(b),atom2(c),atom3(d),atom4(e){} in Dihedral() function
85 int number; ///< dihedral number
86 int atom1; ///< dihedral atom 1 number
87 int atom2; ///< dihedral atom 2 number
88 int atom3; ///< dihedral atom 3 number
89 int atom4; ///< dihedral atom 4 number
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/vipster/
H A Dbond.h41 struct Dihedral{ struct
42 std::size_t at1;
43 std::size_t at2;
44 std::size_t at3;
45 std::size_t at4;
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dmultipletimestepping.h54 Dihedral, //!< Dihedrals, including cmap (not restraints) enumerator
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddihedral.cpp64 Dihedral::Dihedral(LAMMPS *lmp) : Pointers(lmp) in Dihedral() function in Dihedral
/dports/science/xcrysden/xcrysden-1.6.2/Tcl/
H A Dselection.tcl360 proc Dihedral {w} { procedure
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/analysis/
H A Ddihedrals.py197 class Dihedral(AnalysisBase): class
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Ddihedral.cpp32 Dihedral::Dihedral(LAMMPS *lmp) : Pointers(lmp) in Dihedral() function in Dihedral
H A Dforce.h24 class Dihedral; variable
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ptools/src/ptools/
H A Dgeometry.cpp293 dbl Dihedral( const Coord3D& a, const Coord3D& b, const Coord3D& c, const Coord3D& d ) in Dihedral() function
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dthr_omp.h35 class Dihedral; variable
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A Dzmatrixcalculator.cpp457 float Dihedral = (float) acos(Dot); in UpdateValues() local
H A DInternals.cpp234 float BondLength, BondAngle, Dihedral=0.0; in UpdateInternalValuesAtom() local
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DGeomGlobal.h52 gchar *Dihedral; member
/dports/science/py-pyberny/pyberny-0.6.3/src/berny/
H A Dcoords.py118 class Dihedral(InternalCoord): class
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvTables.cpp185 static double Dihedral(ct::FVector3 const &vA, ct::FVector3 const &vB, ct::FVector3 const &vC, ct::… in Dihedral() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/trajectoryanalysis/modules/
H A Dangle.cpp244 Dihedral, enumerator
/dports/science/py-ase/ase-3.22.0/ase/utils/
H A Dff.py53 class Dihedral: class
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/core/
H A Dtopologyobjects.py250 class Dihedral(TopologyObject): class
/dports/science/py-geometric/geometric-0.9.7.2/geometric/
H A Dinternal.py1171 class Dihedral(object): class