Uses of Interface
org.episteme.natural.technical.backend.quantum.QuantumBackend
Packages that use QuantumBackend
Package
Description
-
Uses of QuantumBackend in org.episteme.nativ.physics.quantum.backends
Classes in org.episteme.nativ.physics.quantum.backends that implement QuantumBackendModifier and TypeClassDescriptionclassNative Quantum Provider using Panama FFM bindings for QuEST or Qiskit Aer. -
Uses of QuantumBackend in org.episteme.natural.physics.quantum
Subclasses with type arguments of type QuantumBackend in org.episteme.natural.physics.quantumModifier and TypeClassDescriptionclassManager for quantum computing backends.Methods in org.episteme.natural.physics.quantum that return QuantumBackendModifier and TypeMethodDescriptionQuantumBackendManager.getActiveBackend()Returns the active quantum backend.protected QuantumBackendQuantumBackendManager.selectBestBackend()static QuantumBackendQuantumBackendManager.staticSelect(String name) Methods in org.episteme.natural.physics.quantum that return types with arguments of type QuantumBackendModifier and TypeMethodDescriptionstatic Collection<QuantumBackend> QuantumBackendManager.staticAllBackends()Methods in org.episteme.natural.physics.quantum with parameters of type QuantumBackendModifier and TypeMethodDescriptionQuantumAlgorithms.createGroverCircuit(QuantumBackend backend, QuantumBackend.QuantumCircuit oracle, int numQubits) Generates a quantum circuit for Grover's search algorithm. constructs initialization + iterations * (oracle + diffusion). -
Uses of QuantumBackend in org.episteme.natural.physics.quantum.backends
Classes in org.episteme.natural.physics.quantum.backends that implement QuantumBackendModifier and TypeClassDescriptionclassAmazon Braket backend implementation for Episteme.classclassRobust Quantum computing backend with advanced Qiskit integration.classclassQuantum Backend that delegates to Qiskit (Python).classQuantum4J backend implementation for Episteme.classQuantum Backend implementation using the Strange pure Java library.