Uses of Class
com.quantum4j.core.backend.Result
Packages that use Result
Package
Description
Execution backends for Quantum4J.
Circuit representation for Quantum4J, including
QuantumCircuit and
Instruction.-
Uses of Result in com.quantum4j.core.backend
Methods in com.quantum4j.core.backend that return ResultModifier and TypeMethodDescriptionBackend.run(QuantumCircuit circuit, RunOptions options) Execute the given circuit with options.StateVectorBackend.run(QuantumCircuit circuit, RunOptions options) Execute a quantum circuit on this state-vector backend. -
Uses of Result in com.quantum4j.core.backend.hardware
Methods in com.quantum4j.core.backend.hardware that return ResultModifier and TypeMethodDescriptionHardwareBackend.parseVendorResult(String json) Parse a vendor JSON response into a Result.IonQBackend.parseVendorResult(String json) IonQBackend.run(QuantumCircuit circuit, RunOptions options) -
Uses of Result in com.quantum4j.core.circuit
Methods in com.quantum4j.core.circuit that return ResultModifier and TypeMethodDescriptionQuantumCircuit.run(RunOptions options) Execute this circuit with the given options using the configured backend.