32 if (buffer ==
"Closed" || buffer ==
"closed") {
33 policy = Species::Closed;
35 if (buffer ==
"Open" || buffer ==
"open") {
36 policy = Species::Open;
38 UTIL_THROW(
"Invalid Species::Ensemble string in operator >>");
48 if (policy == Species::Closed) {
51 if (policy == Species::Open) {
54 if (policy == Species::Unknown) {
57 std::cout <<
"Invalid Species::Ensemble value on input" << std::endl;
58 UTIL_THROW(
"Unrecognized value for Species::Ensemble");
Base class for a molecular species (polymer or solvent).
Species()
Default constructor.
Ensemble
Statistical ensemble for number of molecules.
#define UTIL_THROW(msg)
Macro for throwing an Exception, reporting function, file and line number.
PSCF package top-level namespace.
Utility classes for scientific computation.
std::istream & operator>>(std::istream &in, Pair< Data > &pair)
Input a Pair from an istream.
std::ostream & operator<<(std::ostream &out, const Pair< Data > &pair)
Output a Pair to an ostream, without line breaks.