CHROMA
Public Member Functions | List of all members
Chroma::CreateState< P, Q > Class Template Referenceabstract

Create a connection state. More...

#include <create_state.h>

Inheritance diagram for Chroma::CreateState< P, Q >:
Chroma::CreateFermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > Chroma::CreateFermState< T, P, Q > Chroma::CreateGaugeState< P, Q > Chroma::CreateEigenConnectState Chroma::CreateExtFieldFermState< T, P, Q > Chroma::CreateHexFermState< T, P, Q > Chroma::CreatePeriodicFermState< T, P, Q > Chroma::CreateSLICFermState< T, P, Q > Chroma::CreateSimpleFermState< T, P, Q > Chroma::CreateStoutFermState< T, P, Q > Chroma::CreatePeriodicGaugeState< P, Q > Chroma::CreateSimpleGaugeState< P, Q > Chroma::CreateStoutGaugeState< P, Q >

Public Member Functions

virtual ~CreateState ()
 Virtual destructor to help with cleanup;. More...
 
virtual ConnectState< P, Q > * operator() (const Q &q) const =0
 Construct a ConnectState. More...
 
virtual const BoundCond< P, Q > & getBC () const =0
 Return the amorphous BC object for this state. More...
 

Detailed Description

template<typename P, typename Q>
class Chroma::CreateState< P, Q >

Create a connection state.

This is a factory class for producing a connection state

Definition at line 25 of file create_state.h.

Constructor & Destructor Documentation

◆ ~CreateState()

template<typename P , typename Q >
virtual Chroma::CreateState< P, Q >::~CreateState ( )
inlinevirtual

Virtual destructor to help with cleanup;.

Definition at line 29 of file create_state.h.

Member Function Documentation

◆ getBC()

template<typename P , typename Q >
virtual const BoundCond<P,Q>& Chroma::CreateState< P, Q >::getBC ( ) const
pure virtual

◆ operator()()

template<typename P , typename Q >
virtual ConnectState<P,Q>* Chroma::CreateState< P, Q >::operator() ( const Q q) const
pure virtual

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