Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

ParameterValue

class ParameterValue(value=None, date_time=datetime.datetime(1970, 1, 1, 0, 0), valid=True, exp_id=None, group='default')[source]

A data class to store parameter values.

Attributes

date_time: datetime = datetime.datetime(1970, 1, 1, 0, 0)
group: str = 'default'
valid: bool = True