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 integration machine-learning primitive resource-estimation sample-based simulation tutorial usage variational


Algorithms

Pauli Correlation Encoding (PCE)

Solve a 20-variable MaxCut on just 3 qubits with Pauli Correlation Encoding, training a hardware-efficient ansatz against a tanh-relaxed surrogate and decoding via sign rounding.

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 (1): 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.