#include <chemistry/qc/wfn/femo.h>

Public Member Functions | |
| FEMO (int nalpha, int nbeta, const RefDiagSCMatrix &evalsa, const RefDiagSCMatrix &evalsb=0) | |
| Construct a FEMO state using the eigenvalues. | |
| double | E () const |
| returns the energy | |
| int | nalpha () const |
| returns the number of alpha electrons | |
| int | nbeta () const |
| returns the number of beta electrons | |
| int | nalpha (int i) const |
| returns the number of alpha electrons in irrep i | |
| int | nbeta (int i) const |
| returns the number of beta electrons in irrep i | |
| sc::FEMO::FEMO | ( | int | nalpha, | |
| int | nbeta, | |||
| const RefDiagSCMatrix & | evalsa, | |||
| const RefDiagSCMatrix & | evalsb = 0 | |||
| ) |
Construct a FEMO state using the eigenvalues.
If beta eigenvalues are not specified, alpha eigenvalues will be used for both spincases. The eigenvalues must be provided in blocked form.