DVector.save#

DVector.save(out_path)[source]#

Save the DVector.

DVector will be saved to a hdf file containing the DVector. The preferred extension for DVectors is .dvec for clarity, but this isn’t enforced anywhere

Parameters:

out_path (PathLike) – Path to the DVector, which should be an HDF file.

Return type:

None