.. index:: pair: struct; rgpot::SkalaConfig .. _doxid-structrgpot_1_1_skala_config: struct rgpot::SkalaConfig ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Kohn-Sham DFT through libnwchemc, with Skala as the XC keyword. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct SkalaConfig { // fields std::string :target:`xc` = "skala-1.1"; std::string :target:`basis` = "def2-tzvp"; int :target:`charge` = 0; int :ref:`multiplicity` = 1; std::string :target:`engine_path`; std::string :target:`nwchem_root`; }; .. _details-structrgpot_1_1_skala_config: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Kohn-Sham DFT through libnwchemc, with Skala as the XC keyword. Skala is not a standalone PES. Energy and forces come from nwchemc_energy_gradient after NWChemParams.dft.xc is set. Fields ------ .. index:: pair: variable; multiplicity .. _doxid-structrgpot_1_1_skala_config_1afa9977b827b85a5eed86c973349f7697: .. ref-code-block:: cpp :class: doxyrest-title-code-block int multiplicity = 1 Spin multiplicity 2S+1 (NWChemParams.multiplicity).