variational¶
Articles tagged variational (10).
Browse by tag: algorithm chemistry encoding error-correction finance integration machine-learning optimization primitive resource-estimation sample-based simulation tutorial usage
Algorithms¶
End-to-end CNN + quantum variational circuit on Fashion-MNIST with the parameter shift rule.
An example of using Pauli Correlation Encoding (PCE) with Qamomile. It solves MaxCut for a 20-node graph using 3-qubit PCE and compares the result with the exact solution.
End-to-end optimization example using OMMX, JijModeling, and QAOAConverter.
Build a QAOA circuit from scratch to solve MaxCut, then compare with the built-in qaoa_state.
Variational Quantum Eigensolver (VQE) for the Hydrogen Molecule
Build a molecular Hamiltonian with OpenFermion and find the ground state energy via VQE.
Integration¶
Transpile MaxCut QAOA to CUDA-Q and run sampling and expectation-value workflows.
Transpile to QURI Parts and run on a Qulacs state-vector simulator.
Transpile to Qiskit, run local simulators, and inspect native Qiskit circuit features.
Using OMMX Quantum Benchmarks: Implementing and Benchmarking Quantum Algorithms with Qamomile
Drive QAOA on a LABS instance loaded from the OMMX Quantum Benchmarks dataset and compare against SCIP.
Run Qiskit circuits on qBraid-supported devices.