Home
last modified time | relevance | path

Searched refs:dihedral_style (Results 26 – 50 of 287) sorted by relevance

12345678910>>...12

/dports/science/lammps/lammps-stable_29Sep2021/unittest/force-styles/
H A Dtest_dihedral_style.cpp118 command("dihedral_style " + cfg.dihedral_style); in init_lammps()
162 command("dihedral_style " + cfg.dihedral_style); in restart_lammps()
165 if ((cfg.dihedral_style.substr(0, 6) == "hybrid") || !lmp->force->dihedral->writedata) { in restart_lammps()
198 command("variable dihedral_style index '" + cfg.dihedral_style + "'"); in data_lammps()
202 if (cfg.dihedral_style == "charmm") { in data_lammps()
205 } else if (cfg.dihedral_style == "charmmfsw") { in data_lammps()
250 writer.emit("dihedral_style", config.dihedral_style); in generate_yaml_file()
636 if (test_config.dihedral_style.substr(0, 6) != "hybrid") in TEST()
703 if (test_config.dihedral_style.substr(0, 6) != "hybrid") in TEST()
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A DHowto_bioFF.rst31 * :doc:`dihedral_style <dihedral_charmm>` charmmfsh
32 * :doc:`dihedral_style <dihedral_charmm>` charmm
67 * :doc:`dihedral_style <dihedral_class2>` class2
99 * :doc:`dihedral_style <dihedral_charmm>` charmm
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dforce.cpp65 dihedral_style = utils::strdup("none"); in Force()
139 delete [] dihedral_style; in ~Force()
502 delete [] dihedral_style; in create_dihedral()
507 store_style(dihedral_style,style,sflag); in create_dihedral()
564 if (style == dihedral_style) return dihedral; in dihedral_match()
565 else if (utils::strmatch(dihedral_style,"^hybrid")) { in dihedral_match()
H A Ddihedral_deprecated.cpp33 std::string my_style = force->dihedral_style; in settings()
/dports/science/lammps/lammps-stable_29Sep2021/tools/msi2lmp/test/
H A Din.decane-oplsaa7 dihedral_style opls
H A Din.ethane-class17 dihedral_style harmonic
H A Din.ethane-oplsaa7 dihedral_style opls
H A Din.naphthalene-class2a7 dihedral_style class2
H A Din.naphthalene-class2b7 dihedral_style class2
H A Din.benzene-class17 dihedral_style harmonic
H A Din.ethane-class2b7 dihedral_style class2
H A Din.naphthalene-class17 dihedral_style harmonic
H A Din.benzene-class2a7 dihedral_style class2
H A Din.benzene-class2b7 dihedral_style class2
H A Din.ethane-class2a7 dihedral_style class2
H A Din.cnt-hexagonal-class17 dihedral_style harmonic
H A Din.cnt-hexagonal-class2a7 dihedral_style class2
H A Din.cnt-hexagonal-class2b7 dihedral_style class2
H A Din.crambin-class18 dihedral_style harmonic
H A Din.nylon-class18 dihedral_style harmonic
H A Din.phen3_cff97-class18 dihedral_style harmonic
H A Din.solv-poly-class2c7 dihedral_style class2
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/Thiophene/MD_FILES/MD_Input/
H A Dmolecule_in_vacuum.in.init7 dihedral_style harmonic
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/
H A Dmolecule_in_vacuum.in.init7 dihedral_style harmonic
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/MD_Input/
H A Dmolecule_in_vacuum.in.init7 dihedral_style harmonic

12345678910>>...12