Skip to main content

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.

Released on 2026-05-24.

Upgrade Instructions

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).
  • ExecutionSession now accepts individual configuration parameters directly: ExecutionSession(qprog, backend=..., num_shots=..., random_seed=..., transpilation_option=..., run_via_classiq=..., config=...). The execution_preferences= keyword form still works but is deprecated and will be removed on 2026-06-22.