Core ConceptsΒΆ

At the heart of the MimiqCircuits library lie two fundamental objects: the Circuit and the Hamiltonian. Understanding these is key to constructing and manipulating quantum programs.

Circuits

The Circuit class is the main vessel for your quantum operations. Learn how to create, manipulate, and inspect them.

Circuits
Hamiltonian

The Hamiltonian class allows you to define physical models and observables, essential for simulation and algorithms like VQE.

Hamiltonians and Time Evolution