quil
1# This file is automatically generated by pyo3_stub_gen 2# ruff: noqa: F401 3 4from quil._quil import PickleError, QuilError, ToQuilStringError, ValueError, expression, instructions, program, validation, waveform 5__all__ = [ 6 "PickleError", 7 "QuilError", 8 "ToQuilStringError", 9 "ValueError", 10 "expression", 11 "instructions", 12 "program", 13 "validation", 14 "waveform", 15]
Errors when trying to pickle or deepcopy.
Inherited Members
- builtins.Exception
- Exception
- builtins.BaseException
- with_traceback
- add_note
- args
class
QuilError(builtins.Exception):
Base exception type for errors raised by this package.
Inherited Members
- builtins.Exception
- Exception
- builtins.BaseException
- with_traceback
- add_note
- args
Errors which can occur when converting a Quil item to a string.
Inherited Members
- builtins.Exception
- Exception
- builtins.BaseException
- with_traceback
- add_note
- args
Raised when an argument to a quil function has an inappropriate value.
Inherited Members
- builtins.Exception
- Exception
- builtins.BaseException
- with_traceback
- add_note
- args