Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Tag: optimization

optimization

Articles tagged optimization (9).

← Back to all tags


Browse by tag: algorithm chemistry encoding error-correction finance integration machine-learning primitive resource-estimation sample-based simulation tutorial usage variational


Algorithms

Pauli Correlation Encoding

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.

QAOA for Graph Partitioning

End-to-end optimization example using OMMX, JijModeling, and QAOAConverter.

QAOA for MaxCut: Building the Circuit from Scratch

Build a QAOA circuit from scratch to solve MaxCut, then compare with the built-in qaoa_state.

Usage

How to use BinaryModel

Build unconstrained binary/spin models from BinaryExpr, QUBO/HUBO/Ising, or OMMX.

Integration

CUDA-Q Support

Transpile MaxCut QAOA to CUDA-Q and run sampling and expectation-value workflows.

QURI Parts Support

Transpile to QURI Parts and run on a Qulacs state-vector simulator.

Qiskit Support

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.

qBraid Support - QBraidExecutor

Run Qiskit circuits on qBraid-supported devices.