pygsti.tools.exceptions.ImplicitlyDoneEditingCircuitWarning#
- exception ImplicitlyDoneEditingCircuitWarning#
Inform the user that a Circuit.__hash__ has been called on a Circuit with Circuit.editable == True. This is often triggered when performing a check like if c in dict_of_circuits: ….