SIRIUS 7.5.0
Electronic structure library and applications
|
Generate XC potential in the muffin-tins. More...
Go to the source code of this file.
Namespaces | |
module | sirius |
Namespace of the SIRIUS library. | |
Functions | |
void | sirius::xc_mt_nonmagnetic (Radial_grid< double > const &rgrid__, SHT const &sht__, std::vector< XC_functional > const &xc_func__, Flm const &rho_lm__, Ftp &rho_tp__, Flm &vxc_lm__, Flm &exc_lm__) |
void | sirius::xc_mt_magnetic (Radial_grid< double > const &rgrid__, SHT const &sht__, int num_mag_dims__, std::vector< XC_functional > const &xc_func__, std::vector< Ftp > const &rho_tp__, std::vector< Flm * > vxc__, Flm &exc__) |
double | sirius::xc_mt (Radial_grid< double > const &rgrid__, SHT const &sht__, std::vector< XC_functional > const &xc_func__, int num_mag_dims__, std::vector< Flm const * > rho__, std::vector< Flm * > vxc__, Flm *exc__) |
Generate XC potential in the muffin-tins.
Definition in file xc_mt.cpp.