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.

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.QurryCountLost(*message)[source]ΒΆ

Count lost error.

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.QurryDeprecatedWarning(*message)[source]ΒΆ

Deprecated warning.

exception qurry.exceptions.QurryDummyRunnerWarning(*message)[source]ΒΆ

Dummy runner warning.

exception qurry.exceptions.QurryError(*message)[source]ΒΆ

Base class for errors raised by Qurry.

exception qurry.exceptions.QurryExperimentCountsNotCompleted(*message)[source]ΒΆ

Experiment is not completed.

exception qurry.exceptions.QurryExtraPackageRequired(*message)[source]ΒΆ

Extra package required for Qurry.

exception qurry.exceptions.QurryHashIDInvalid(*message)[source]ΒΆ

Hash ID invalid warning.

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.QurryInvalidArgument(*message)[source]ΒΆ

Invalid argument for Qurry.

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.QurryPendingTagTooMany(*message)[source]ΒΆ

Pending tag too many warning.

exception qurry.exceptions.QurryPositionalArgumentNotSupported(*message)[source]ΒΆ

Positional argument is not supported.

exception qurry.exceptions.QurryProtectContent(*message)[source]ΒΆ

Warning for protect content.

exception qurry.exceptions.QurryResetAccomplished(*message)[source]ΒΆ

Warning for class reset.

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.QurryWarning(*message)[source]ΒΆ

Base class for warning raised by Qurry.

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.

exception qurry.exceptions.SeperatedExecutingOverlapResult(*message)[source]ΒΆ

When the seperated executing overlap the result with the same backend

exception qurry.exceptions.UnconfiguredWarning(*message)[source]ΒΆ

For dummy function in qurrium has been activated.