Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds single qubit decomposition functions #67

Merged
merged 25 commits into from
Jul 19, 2021

Commits on Jun 26, 2021

  1. zyz and abc

    purva-thakre committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    8628cf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    849a08f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcfff6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. tests

    purva-thakre committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    7d7c1ab View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. finish up single

    purva-thakre committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    a5e01da View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. all tests

    purva-thakre committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    196be45 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. rename and move things

    purva-thakre committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    6b2721f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. xfail

    purva-thakre committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    8fa0d6b View commit details
    Browse the repository at this point in the history
  2. method/target

    purva-thakre committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1ad4f58 View commit details
    Browse the repository at this point in the history
  3. rename

    purva-thakre committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1575b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. change import

    purva-thakre committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    7b96f50 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. docs

    purva-thakre committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    4d608fd View commit details
    Browse the repository at this point in the history
  2. single decompose

    purva-thakre committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8edd184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ed82dd View commit details
    Browse the repository at this point in the history
  4. decompose in circuit.py

    purva-thakre committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    0bd556e View commit details
    Browse the repository at this point in the history
  5. simplify the check functions

    BoxiLi committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    920c416 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    9daf3e4 View commit details
    Browse the repository at this point in the history
  2. style

    purva-thakre committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    b554278 View commit details
    Browse the repository at this point in the history
  3. one public function

    purva-thakre committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    6484be2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. style

    purva-thakre committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    d23d079 View commit details
    Browse the repository at this point in the history
  2. docs

    purva-thakre committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    58a99b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. make circuit functions class method

    The two functions are very general and can be promoted as class method, rather than being restricted in the decomposition module.
    BoxiLi committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    5a9f7ea View commit details
    Browse the repository at this point in the history
  2. fix tests

    BoxiLi committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    55fcdc7 View commit details
    Browse the repository at this point in the history
  3. Update src/qutip_qip/decompose/decompose_single_qubit_gate.py

    Co-authored-by: Boxi Li <etamin1201@gmail.com>
    purva-thakre and BoxiLi committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    95bc894 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. docstrings

    purva-thakre committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    3d5354d View commit details
    Browse the repository at this point in the history