#include <PeriodicTable.h>
◆ PeriodicTable()
dftfe::pseudoUtils::PeriodicTable::PeriodicTable |
( |
void | | ) |
|
◆ configuration() [1/2]
std::string dftfe::pseudoUtils::PeriodicTable::configuration |
( |
int | zval | ) |
const |
◆ configuration() [2/2]
std::string dftfe::pseudoUtils::PeriodicTable::configuration |
( |
std::string | symbol | ) |
const |
◆ mass() [1/2]
double dftfe::pseudoUtils::PeriodicTable::mass |
( |
int | zval | ) |
const |
◆ mass() [2/2]
double dftfe::pseudoUtils::PeriodicTable::mass |
( |
std::string | symbol | ) |
const |
◆ size()
int dftfe::pseudoUtils::PeriodicTable::size |
( |
void | | ) |
const |
◆ symbol()
std::string dftfe::pseudoUtils::PeriodicTable::symbol |
( |
int | zval | ) |
const |
◆ z()
int dftfe::pseudoUtils::PeriodicTable::z |
( |
std::string | symbol | ) |
const |
◆ ptable
std::vector<Element> dftfe::pseudoUtils::PeriodicTable::ptable |
|
private |
◆ zmap
std::map<std::string, int> dftfe::pseudoUtils::PeriodicTable::zmap |
|
private |
The documentation for this class was generated from the following file: