term
Overloads
| Name | Description |
|---|---|
term(const AlephSingleSiteOperatorFactory factory, const string neighbourhood_name) -> Term | Constructs a term that can be added to a model. |
term(const string coefficient_name, const AlephSingleSiteOperatorFactory factory, const string neighbourhood_name) -> Term | Constructs a term that can be added to a model. |
term(const string coefficient_name, const List<AlephSingleSiteOperatorFactory> factories, const string neighbourhood_name) -> Term | Constructs a term that can be added to a model. |
term(const AlephSingleSiteOperatorFactory factory, const string neighbourhood_name) -> Term
Constructs a term that can be added to a model.
Parameters
- factory: A single site operator factory.
- neighbourhood_name: The name of the neighbourhood on which the term is defined.
term(const string coefficient_name, const AlephSingleSiteOperatorFactory factory, const string neighbourhood_name) -> Term
Constructs a term that can be added to a model.
Parameters
- coefficient_name: The name of the coefficient multiplying this term.
- factory: A single site operator factory.
- neighbourhood_name: The name of the neighbourhood on which the term is defined.
term(const string coefficient_name, const List<AlephSingleSiteOperatorFactory> factories, const string neighbourhood_name) -> Term
Constructs a term that can be added to a model.
Parameters
- coefficient_name: The name of the coefficient multiplying this term.
- factories: The single site operator factories whose output is multiplied together to produce the term.
- neighbourhood_name: The name of the neighbourhood on which the term is defined.