25 Propagator()
noexcept;
34 Model::OperatorType operator()(SciCore::Real t,
const Model::OperatorType& rho0)
const;
35 std::vector<Model::OperatorType> operator()(
const SciCore::RealVector& t,
const Model::OperatorType& rho0)
const;
37 const Model* model()
const noexcept;
44 void serialize(cereal::BinaryInputArchive& archive);
45 void serialize(cereal::BinaryOutputArchive& archive);
46 void serialize(cereal::PortableBinaryInputArchive& archive);
47 void serialize(cereal::PortableBinaryOutputArchive& archive);
50 std::unique_ptr<Model> _model;