Updated 131 days ago

Aztechacks 2024

Werner state W3 in Classiq SDK

  • Quantum Computing

Classiq-AztecHacks-2024-Quantum-Hackathon

This notebook (algorithms) implements the W3 Werner state. It is a superposition of all states that have only 1 qubit set to 1 with the rest being 0. It uses a decomposed Toffoli gate in form of a sequence of CNOTs. It yields the states '001', 010' and '100' in superposition.

The notebook "functions" implements largely arithmetic functions using the Classiq SDK.