GQCP
|
#include <Algorithm.hpp>
Public Types | |
using | Environment = _Environment |
Public Member Functions | |
Algorithm (const StepCollection< Environment > &steps) | |
std::string | description () const |
void | perform (Environment &environment) |
An algorithm that only performs one collection of steps.
_Environment | the type of environment that this algorithm is associated to |
using GQCP::Algorithm< _Environment >::Environment = _Environment |
|
inline |
steps | the steps that should be executed when this algorithm is performed |
|
inline |
|
inline |
environment | the environment that this algorithm is associated to |