C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
trajectory::SerializationMetadata Struct Reference

Aggregate of information about a trajectory-state archive. More...

#include <Trajectory.h>

Public Member Functions

 SerializationMetadata (std::string type=UNSPECIFIED, std::string id=UNSPECIFIED, int r=0)
 

Public Attributes

int protocolVersion
 
int rank
 
std::string typeID
 
std::string trajectoryID
 

Static Public Attributes

static const std::string UNSPECIFIED
 
static const std::string ARRAY_ONLY
 

Friends

class boost::serialization::access
 

Detailed Description

Aggregate of information about a trajectory-state archive.

See also
AdaptiveIO
Rationale
Each archive is self-contained, so that it contains its own metadata. Then, the state files can eventually even be split into several archives, each containing a single self-contained state.

Definition at line 121 of file Trajectory.h.


The documentation for this struct was generated from the following file: