Skip to main content

string

Overloads

NameDescription
string(const List<BC> bcs) -> stringFormat a vector of boundary conditions as a string.
string(const SupportTable rhs) -> stringConverts an instance of type, Lattice, to a string
string(const StateVector<Complex,Fermion,Dense,Complete> value) -> stringReturns a standardized string representation for a StateVector.
string(const StateVector<Real,Fermion,Dense,Complete> value) -> stringReturns a standardized string representation for a StateVector.
string(const StateVector<Complex,Fermion,Dense,SingleParticle> value) -> stringReturns a standardized string representation for a StateVector.
string(const StateVector<Real,Fermion,Dense,SingleParticle> value) -> stringReturns a standardized string representation for a StateVector.
string(const StateVector<Real,Fermion,Sparse,Number> value) -> stringReturns a standardized string representation for a StateVector.
string(const LatticeCoordinate value) -> stringReturns a standardized string representation for a LatticeCoordinate.
string(const StateInfo value) -> stringReturns a standardized string representation for a StateInfo.
string(const NeighbourhoodRule value) -> stringReturns a standardized string representation for a NeighbourhoodRule.
string(const Lattice rhs) -> stringConverts an instance of type, Lattice, to a string
string(const StateVector<Complex,Spinhalf,Dense,Complete> value) -> stringReturns a standardized string representation for a StateVector.
string(const StateVector<Real,Spinhalf,Dense,Complete> value) -> stringReturns a standardized string representation for a StateVector.
string(const SSEConfigEntry value) -> stringReturns a standardized string representation for a SSEConfigEntry.
string(const EigsStatusItem rhs) -> stringConverts an instance of type EigsStatusItem to a string
string(const Interval value) -> stringReturns a standardized string representation for a Interval.
string(const StateVector<Real,Unknown,Dense,Complete> value) -> stringReturns a standardized string representation for a StateVector.
string(BoundaryConditionType bc) -> stringFormat the boundary condition as a string.
string(const StateVector<Complex,Unknown,Dense,Complete> value) -> stringReturns a standardized string representation for a StateVector.
string(const Estimate value) -> stringReturns a standardized string representation for a Estimate.

string(const List<BC> bcs) -> string

Format a vector of boundary conditions as a string.

string(const SupportTable rhs) -> string

Converts an instance of type, Lattice, to a string

Parameters

string(const StateVector<Complex,Fermion,Dense,Complete> value) -> string

Returns a standardized string representation for a StateVector.

string(const StateVector<Real,Fermion,Dense,Complete> value) -> string

Returns a standardized string representation for a StateVector.

string(const StateVector<Complex,Fermion,Dense,SingleParticle> value) -> string

Returns a standardized string representation for a StateVector.

string(const StateVector<Real,Fermion,Dense,SingleParticle> value) -> string

Returns a standardized string representation for a StateVector.

string(const StateVector<Real,Fermion,Sparse,Number> value) -> string

Returns a standardized string representation for a StateVector.

string(const LatticeCoordinate value) -> string

Returns a standardized string representation for a LatticeCoordinate.

string(const StateInfo value) -> string

Returns a standardized string representation for a StateInfo.

string(const NeighbourhoodRule value) -> string

Returns a standardized string representation for a NeighbourhoodRule.

string(const Lattice rhs) -> string

Converts an instance of type, Lattice, to a string

Parameters

string(const StateVector<Complex,Spinhalf,Dense,Complete> value) -> string

Returns a standardized string representation for a StateVector.

string(const StateVector<Real,Spinhalf,Dense,Complete> value) -> string

Returns a standardized string representation for a StateVector.

string(const SSEConfigEntry value) -> string

Returns a standardized string representation for a SSEConfigEntry.

string(const EigsStatusItem rhs) -> string

Converts an instance of type EigsStatusItem to a string

string(const Interval value) -> string

Returns a standardized string representation for a Interval.

string(const StateVector<Real,Unknown,Dense,Complete> value) -> string

Returns a standardized string representation for a StateVector.

string(BoundaryConditionType bc) -> string

Format the boundary condition as a string.

string(const StateVector<Complex,Unknown,Dense,Complete> value) -> string

Returns a standardized string representation for a StateVector.

string(const Estimate value) -> string

Returns a standardized string representation for a Estimate.