Gromacs
2025-dev-20240910-a7e2421
|
#include "isotope.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/stringutil.h"
Declares helper functions for assigning isotops from atom names.
Functions | |
Isotope | gmx::getIsotopeFromString (const std::string &isotope) |
Convert isotope name from string to enum. | |
std::vector< Isotope > | gmx::getIsotopes (const t_atoms *atoms) |
Reads element list and returns vector of isotopes. | |