|
RASPA3 3.0.21
A molecular simulation code for computing adsorption and diffusion in nanoporous materials
|

Public Member Functions | |
| DNA (std::string genotype, MultiSiteIsotherm phenotype, double fitness) | |
| DNA (const DNA &a) noexcept=default | |
| DNA & | operator= (const DNA &a) noexcept=default |
| DNA (DNA &&a) noexcept=default | |
| DNA & | operator= (DNA &&a) noexcept=default |
| bool | operator< (const DNA &other) const |
Public Attributes | |
| std::string | genotype |
| MultiSiteIsotherm | phenotype |
| double | fitness |
| std::size_t | hash |