Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.63 KB

File metadata and controls

44 lines (37 loc) · 1.63 KB

SPDX-License-Identifier: AGPL-3.0-or-later

Commercial license available

© Concepts 1996–2026 Miroslav Šotek. All rights reserved.

© Code 2020–2026 Miroslav Šotek. All rights reserved.

ORCID: 0009-0009-3560-0851

scpn-quantum-control — Stable Facades API

Stable Facades API

Stable facades are the first-path API surfaces for users who want to build a workflow without depending on low-level module layout. Prefer these symbols in tutorials, notebooks, and inter-repository contracts.

Kuramoto Core

The Kuramoto core facade accepts arbitrary symmetric K_nm matrices, heterogeneous omega vectors, and serialisable metadata. It returns validated problem objects, sparse/dense Hamiltonians, Trotter circuits, and order-parameter measurements.

::: scpn_quantum_control.kuramoto_core options: members: - KuramotoProblem - build_kuramoto_problem - validate_kuramoto_inputs - compile_hamiltonian - compile_dense_hamiltonian - compile_trotter_circuit - measure_order_parameter show_root_heading: true show_source: false

Related First-Path Pages