mpqc::MPQCTask Class Reference

Documentation

An MPQC computation.

A computation is specified by a KeyVal object and a World object

Public Member Functions

 MPQCTask (madness::World &world, std::shared_ptr< KeyVal > kv)
 
 ~MPQCTask ()
 
madness::World & world () const
 
const std::shared_ptr< KeyVal > & keyval () const
 
void run ()
 

Constructor & Destructor Documentation

◆ MPQCTask()

mpqc::MPQCTask::MPQCTask ( madness::World &  world,
std::shared_ptr< KeyVal kv 
)

◆ ~MPQCTask()

mpqc::MPQCTask::~MPQCTask ( )

Member Function Documentation

◆ keyval()

const std::shared_ptr< KeyVal > & mpqc::MPQCTask::keyval ( ) const

◆ run()

void mpqc::MPQCTask::run ( )

◆ world()

madness::World & mpqc::MPQCTask::world ( ) const

The documentation for this class was generated from the following files: