![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
provide databases in chemistry More...
#include <cstring>
#include <string>
Go to the source code of this file.
Classes | |
struct | Elements::ElemInfo |
Namespaces | |
namespace | Elements |
Functions | |
int | Elements::ELEMENTS_ZNUM (const std::string &label) |
std::string | Elements::ELEMENTS_NAME (const int &znumber) |
template<typename T > | |
ElemInfo & | Elements::GetElemInfo (T ask) |
Variables | |
const int | MAX_ELEMENTS_NUMBER = 119 |
const int | MAX_ELEMENTS_NPERIOD = 8 |
const int | N_PURE_ElEMENTS_IN_ROW [] = {0, 2, 10, 18, 36, 54, 86, 118} |
const char *const | ELEMENTS_LABEL [] |
const double | ELEMENTS_MASS [] |
const double | ELEMENTS_MASS_NOAVG [] |
provide databases in chemistry
all utils are provided under the namespace chem.
Copyright (c) 2024 Xin He, Liu-GroupThis software is a product of Xin's PhD research conducted by Professor Liu's Group at the College of Chemistry and Molecular Engineering, Peking University. All rights are reserved by Peking University. You should have received a copy of the GNU Lesser General Public License along with this software. If not, see https://www.gnu.org/licenses/lgpl-3.0.en.html
Date | Description |
---|---|
2024-03-29 | initial version. |
Definition in file chem.h.
const char* const ELEMENTS_LABEL[] |
Definition at line 40 of file chem.h.
Referenced by PROJECT_NS::Model_Interf_MNDO::calc_normalmode(), PROJECT_NS::Model_Interf_MNDO::calc_samp(), Elements::ELEMENTS_NAME(), and Elements::ELEMENTS_ZNUM().
const double ELEMENTS_MASS[] |
Definition at line 55 of file chem.h.
Referenced by Elements::GetElemInfo(), and PROJECT_NS::Model_Interf_MNDO::setInputDataSet_impl().
const double ELEMENTS_MASS_NOAVG[] |
const int MAX_ELEMENTS_NPERIOD = 8 |
Definition at line 35 of file chem.h.
Referenced by Elements::GetElemInfo().
const int MAX_ELEMENTS_NUMBER = 119 |
Definition at line 34 of file chem.h.
Referenced by Elements::ELEMENTS_NAME(), and Elements::ELEMENTS_ZNUM().
const int N_PURE_ElEMENTS_IN_ROW[] = {0, 2, 10, 18, 36, 54, 86, 118} |
Definition at line 37 of file chem.h.
Referenced by Elements::GetElemInfo().