Struct DeserializationOptions¶
Defined in File serialization.hpp
Struct Documentation¶
-
struct DeserializationOptions¶
Public Members
-
std::optional<Symmetry> def_perm_symm = {}¶
The Symmetry (within bra and ket) to use, if none is specified in the input explicitly. The Context is queried in case this is not provided explicitly.
-
std::optional<BraKetSymmetry> def_braket_symm = {}¶
The BraKetSymmetry to use, if none is specified in the input explicitly. The Context is queried in case this is not provided explicitly.
-
std::optional<ColumnSymmetry> def_col_symm = {}¶
The ColumnSymmetry to use, if none is specified in the input explicitly. The Context is queried in case this is not provided explicitly.
-
SerializationSyntax syntax = SerializationSyntax::Latest¶
The expected syntax version of the input.
-
std::optional<Symmetry> def_perm_symm = {}¶