Uses of Interface
com.quantum4j.core.backend.Backend
Packages that use Backend
Package
Description
Execution backends for Quantum4J.
-
Uses of Backend in com.quantum4j.core.backend
Classes in com.quantum4j.core.backend that implement BackendModifier and TypeClassDescriptionfinal classState-vector simulator backend for quantum circuits.Methods in com.quantum4j.core.backend that return BackendModifier and TypeMethodDescriptionstatic BackendBackendFactory.get(BackendType type) Get a backend by type.Methods in com.quantum4j.core.backend with parameters of type BackendModifier and TypeMethodDescriptionstatic voidBackendFactory.register(BackendType type, Backend backend) Register a backend for a given type. -
Uses of Backend in com.quantum4j.core.backend.hardware
Subinterfaces of Backend in com.quantum4j.core.backend.hardwareClasses in com.quantum4j.core.backend.hardware that implement BackendModifier and TypeClassDescriptionfinal classIonQ hardware backend using OpenQASM 2.0 submission.