Overview

Introduction to quantum computing

How Zi Humana frames qubits, gates, and measurement before any simulator is called.

A qubit is a two-level system. A register of n qubits is described by 2^n complex amplitudes when the state is pure, or by a 2^n by 2^n density operator when noise is present. Gates are unitary maps. Measurement returns classical bits and collapses the record those bits came from.

Why Zi Humana simulates

Research consoles on this site — combinatorial optimization, multipath bonding, and yield studies — need controlled experiments before a device call. The SDK lets a programmer grow a circuit, apply a noise model, and export expectation values into the same JSON shapes our APIs already serve.

Where to go next

  • Quantum circuit simulation — execution models in this SDK
  • Install — local package setup
  • Statefold — the default pure-state engine