Skip to main content

Numerical and Symbolic Manipulation for Quantum Computing

Project description

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 developping 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.

This is the link to the GitHub: https://github.com/pmont056/FrozenYoghourt

Change Log


0.0.1 (10/02/2022)

  • First Release

Date: 10/2/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

Date: 11/2/2022

  1. Move to_su to maths.py

  2. Move kron_decomp to quantum.py

  3. Change default variable in the chi method to “x”

0.0.7 (12/02/2022)

Date: 12/02/2022

  1. Import gates.py to quantum.py

0.0.8 (12/02/2022)

Date: 12/02/2022

  1. Fix Quantum.double_cosets by importing the correct packages

  2. Add default_import method to allow for faster import prompt

  3. Change random_local_gates to random_local_ops and allow for creating more operation at the same time.

  4. Allow for doing to_su on list of matrices.

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.10.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

FrozenYoghourt-0.0.10-py3-none-any.whl (11.4 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