exceptions
ΒΆ
Exceptions (qurry.exceptions
)
- exception qurry.exceptions.OpenQASM3Issue13362Warning(*message)[source]ΒΆ
OpenQASM3 warning for Qiskit issue 12632. You will need to upgrade your Qiskit version to 1.3.2 for fixing this issue.
The issues report: https://github.com/Qiskit/qiskit/issues/13362
- Pull Requests merged:
- exception qurry.exceptions.OpenQASMProcessingWarning(*message)[source]ΒΆ
OpenQASM processing warning.
- exception qurry.exceptions.OverlapComparisonSizeDifferent(*message)[source]ΒΆ
The sizes between two system that need to be compared are different.
- exception qurry.exceptions.QurryArgumentsExpectedNotNone(*message)[source]ΒΆ
Arguments expected not None warning.
- exception qurry.exceptions.QurryDependenciesFailureError(*message)[source]ΒΆ
The dependencies of Qurrium like Qiskit raise some error.
- exception qurry.exceptions.QurryDependenciesNotWorking(*message)[source]ΒΆ
Some function from the dependencies of Qurry like Qiskit will not working for some reason.
- exception qurry.exceptions.QurryExperimentCountsNotCompleted(*message)[source]ΒΆ
Experiment is not completed.
- exception qurry.exceptions.QurryExtraPackageRequired(*message)[source]ΒΆ
Extra package required for Qurry.
- exception qurry.exceptions.QurryImportWarning(*message)[source]ΒΆ
Warning for qurry trying to import something.
- exception qurry.exceptions.QurryInheritionNoEffect(*message)[source]ΒΆ
This configuration method has no effect.
- exception qurry.exceptions.QurryInvalidInherition(*message)[source]ΒΆ
Invalid inherition class making by Qurry.
- exception qurry.exceptions.QurryMemoryOverAllocationWarning(*message)[source]ΒΆ
Automatically shutdown experiment to protect RAM for preventing crashing.
- exception qurry.exceptions.QurryPositionalArgumentNotSupported(*message)[source]ΒΆ
Positional argument is not supported.
- exception qurry.exceptions.QurryResetSecurityActivated(*message)[source]ΒΆ
Warning for reset class security.
- exception qurry.exceptions.QurrySummonerInvalid(*message)[source]ΒΆ
Warning for summoner info incompletion. The summoner is the instance of :cls:`MultiManager`.
- exception qurry.exceptions.QurryTranspileConfigurationIgnored(*message)[source]ΒΆ
Transpile configuration ignored warning.
- exception qurry.exceptions.QurryUnknownExportOption(*message)[source]ΒΆ
Unknown export option warning.
- exception qurry.exceptions.QurryUnprovenFeatureWarning(*message)[source]ΒΆ
Unproven feature warning. This feature is not proven to be working or not. Please report if you find any issue with this feature.
- exception qurry.exceptions.QurryUnrecongnizedArguments(*message)[source]ΒΆ
This argument is not recognized but may be kept at somewhere.
- exception qurry.exceptions.RandomizedMeasureError(*message)[source]ΒΆ
The error for randomized measure.
- exception qurry.exceptions.RandomizedMeasureUnitaryOperatorNotFullCovering(*message)[source]ΒΆ
Randomized measure unitary operator warning for not full covering the measure range.