Released on 2026-05-24.Documentation Index
Fetch the complete documentation index at: https://docs.classiq.io/llms.txt
Use this file to discover all available pages before exploring further.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Interface Changes
-
The pretty_qasm field was removed from
Preferences. OpenQASM 2 outputs are now always formatted with line breaks inside gate declarations (the previous default behavior). -
ExecutionSessionnow accepts individual configuration parameters directly:ExecutionSession(qprog, backend=..., num_shots=..., random_seed=..., transpilation_option=..., run_via_classiq=..., config=...). Theexecution_preferences=keyword form still works but is deprecated and will be removed on 2026-06-22.