votca 2024-dev
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
votca::xtp::BSE_Population Struct Reference

#include <bse_population.h>

Public Member Functions

void Initialize (Index size)
 
void WriteToCpt (CheckpointWriter &w) const
 
void ReadFromCpt (CheckpointReader &r)
 

Public Attributes

Eigen::VectorXd H
 
Eigen::VectorXd E
 
double Gs = 0
 

Friends

std::ostream & operator<< (std::ostream &out, const BSE_Population &pop)
 

Detailed Description

Definition at line 36 of file bse_population.h.

Member Function Documentation

◆ Initialize()

void votca::xtp::BSE_Population::Initialize ( Index  size)
inline

Definition at line 41 of file bse_population.h.

◆ ReadFromCpt()

void votca::xtp::BSE_Population::ReadFromCpt ( CheckpointReader r)
inline

Definition at line 53 of file bse_population.h.

◆ WriteToCpt()

void votca::xtp::BSE_Population::WriteToCpt ( CheckpointWriter w) const
inline

Definition at line 47 of file bse_population.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  out,
const BSE_Population pop 
)
friend

Definition at line 59 of file bse_population.h.

Member Data Documentation

◆ E

Eigen::VectorXd votca::xtp::BSE_Population::E

Definition at line 38 of file bse_population.h.

◆ Gs

double votca::xtp::BSE_Population::Gs = 0

Definition at line 39 of file bse_population.h.

◆ H

Eigen::VectorXd votca::xtp::BSE_Population::H

Definition at line 37 of file bse_population.h.


The documentation for this struct was generated from the following file: