formats

A module containing the InputFileFormat enumeration.

Summary

Classes:

InputFileFormat

An enumeration of the supported input formats.

Reference

class InputFileFormat(
value,
names=<not given>,
*values,
module=None,
qualname=None,
type=None,
start=1,
boundary=None,
)[source]

Bases: BaseEnumFormat

An enumeration of the supported input formats.

classmethod is_qmcf_type(
value: object,
) bool[source]

Returns True if the given value is a QMCF input file format.

PQ = 'PQ'
PQANALYSIS = 'PQANALYSIS'
QMCFC = 'QMCFC'