Crate gchemol_core

source ·
Expand description

§Core chemical objects for gchemol

Structs§

  • Atom is the smallest particle still characterizing a chemical element.
  • There is a chemical bond between two atoms or groups of atoms in the case that the forces acting between them are such as to lead to the formation of an aggregate with sufficient stability to make it convenient for the chemist to consider it as an independent ‘molecular species’.
  • Global cache for quick get element number from symbol
  • Periodic 3D lattice
  • Molecule is the most important data structure in gchemol, which repsents “any singular entity, irrespective of its nature, used to concisely express any type of chemical particle that can exemplify some process: for example, atoms, molecules, ions, etc. can all undergo a chemical reaction”. Molecule may have chemical bonds between atoms.
  • A container storing extra properties for any serializable/deserializable objects managed as json key/value pairs

Enums§

  • Represents different kind of atom, such as cheimcial element, dummy atom, etc.
  • https://en.wikipedia.org/wiki/Bond_order

Type Aliases§