Skip to content

No potential

Description

The no_potential type corresponds to a potential with zero force and energy

\[ E = 0 \]

YAML syntax

compute_force_bond:
  potentials_for_bonds:
    - types: [STRING, STRING]
      potential: no_potential
  • STRING = Name of the atom type (specie) involved in the bond.

Usage examples

Systems with a single atom type (specie)

compute_force_bond:
  potentials_for_bonds:
    - types: [CA, CA]
      potential: no_potential

Systems with several atom types (species)

compute_force_bond:
  potentials_for_bonds:
    - types: [CA, CA]
      potential: no_potential
    - types: [CA, CH3]
      potential: no_potential