Skip to main content

Numerical and Symbolic Manipulation for Quantum Computing

Project description

# FrozenYoghourt

FrozenYoghourt is a collections of useful modules for working with circuit theory. Our library offers a tool for both numerical calculation with numpy that is optimized for speed and symbolic manipulation with sympy that is helpful for studying closed form circuit.

We divide our library into 4 main modules.

  1. mode: used for switching between numerical and symbolic representations.

  2. gates: contains many useful one and two qubits gates. The symbolic representation are especially conducive to analyzing parameterized families.

  3. maths: this module contains many mathematical methods that are generally useful for quantum computing

  4. quantum: this module contains specific methods for working with circuit decomposition

  5. circuit: we are developing this module to optimize matrix multiplication and tensor product in the context of quantum circuits. This should also allows for easy analysis of quantum state and isometry.

  6. visualization: this module contains methods for visualization data using both 2d plots and 3d plots

# Change Log

0.0.1 (10/02/2022)

  1. Wrote README file

  2. Add P gates method to gates.py

  3. Add CU method to gates.py

  4. Add view method to mode.py

  5. Add log.txt for keeping track of changes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FrozenYoghourt-0.0.15.4.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

FrozenYoghourt-0.0.15.4-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page