|
occ
|
Configuration for multipole computation from a crystal structure. More...
#include <crystal_energy_setup.h>
Public Attributes | |
| std::string | method = "b3lyp" |
| DFT method. | |
| std::string | basis_set = "6-311G**" |
| Basis set. | |
| std::string | basename = "mol" |
| Basename for cache files. | |
| int | max_rank = 4 |
| Maximum multipole rank. | |
Configuration for multipole computation from a crystal structure.
| std::string occ::mults::MultipoleConfig::basename = "mol" |
Basename for cache files.
| std::string occ::mults::MultipoleConfig::basis_set = "6-311G**" |
Basis set.
| int occ::mults::MultipoleConfig::max_rank = 4 |
Maximum multipole rank.
| std::string occ::mults::MultipoleConfig::method = "b3lyp" |
DFT method.