save()#
- OperatorTemplate.save(savefile: str, overwrite: bool = False) None [source]#
Save the operator to an HDF5 file.
- Parameters:
- savefilestr
Path of the file to save the basis in.
- overwritebool
If
True
, overwrite the file if it already exists. IfFalse
(default), raise aFileExistsError
if the file already exists.