occ
Loading...
Searching...
No Matches
scf_method.h File Reference
#include <concepts>
#include <occ/core/energy_components.h>
#include <occ/core/point_charge.h>
#include <occ/qm/mo.h>
#include <occ/qm/spinorbital.h>
Include dependency graph for scf_method.h:
This graph shows which files directly or indirectly include this file:

Classes

class  occ::qm::SCFMethodBase
 

Namespaces

namespace  occ
 
namespace  occ::qm
 quantum mechanics/quantum chemistry functionality including Hartree-Fock and more
 

Concepts

concept  occ::qm::SCFMethod
 
concept  occ::qm::DensityFittingMethod
 
concept  occ::qm::PointChargeMethod
 

Variables

template<typename T >
constexpr bool occ::qm::is_scf_method_v = SCFMethod<T>
 
template<typename T >
constexpr bool occ::qm::supports_density_fitting_v = DensityFittingMethod<T>
 
template<typename T >
constexpr bool occ::qm::supports_point_charges_v = PointChargeMethod<T>