Plain data bundle holding the KS spectral decomposition: orbitals, occupancies (one vector per k-point/spin), and orbital count. More...
#include <RDM1Spectral.h>
Public Attributes | |
| std::unique_ptr< linearAlgebra::MultiVector< ValueType, memorySpace > > | ksOrbs |
| std::vector< double > | occupancies |
| size_type | nKSOrbs |
Plain data bundle holding the KS spectral decomposition: orbitals, occupancies (one vector per k-point/spin), and orbital count.
| std::unique_ptr<linearAlgebra::MultiVector<ValueType, memorySpace> > dftefe::ksdft::SpectralRep< ValueType, memorySpace >::ksOrbs |
| size_type dftefe::ksdft::SpectralRep< ValueType, memorySpace >::nKSOrbs |
| std::vector<double> dftefe::ksdft::SpectralRep< ValueType, memorySpace >::occupancies |