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

updated requirements.txt and some test files for sympy 1.4 updates and qiskit 0.8.0 updates. #42

Merged
merged 56 commits into from Apr 10, 2019

Commits on Oct 20, 2017

  1. first

    mdr_minato committed Oct 20, 2017
    Copy the full SHA
    d50b801 View commit details
    Browse the repository at this point in the history
  2. udpate core

    mdr_minato committed Oct 20, 2017
    Copy the full SHA
    af99632 View commit details
    Browse the repository at this point in the history
  3. update name

    mdr_minato committed Oct 20, 2017
    Copy the full SHA
    14e5d05 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. update qubo and sqa

    mdr_minato committed Oct 21, 2017
    Copy the full SHA
    97774cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mdrft/master

    the first update for the features of quantum annealing:
    - created some files which feature are quantum simulated annealing and QUBO.
    openql-org committed Oct 21, 2017
    Copy the full SHA
    4b74156 View commit details
    Browse the repository at this point in the history
  3. update repeat calc

    mdr_minato authored and openql-org committed Oct 21, 2017
    Copy the full SHA
    d220a55 View commit details
    Browse the repository at this point in the history
  4. update for repeat of trial and comments

    mdr_minato authored and openql-org committed Oct 21, 2017
    Copy the full SHA
    d2a7c55 View commit details
    Browse the repository at this point in the history
  5. update qubo and sqa separated

    mdr_minato authored and openql-org committed Oct 21, 2017
    Copy the full SHA
    5a4bfe3 View commit details
    Browse the repository at this point in the history
  6. update cost function

    mdr_minato authored and openql-org committed Oct 21, 2017
    Copy the full SHA
    06437f5 View commit details
    Browse the repository at this point in the history
  7. updated some comments

    mdr_minato authored and openql-org committed Oct 21, 2017
    Copy the full SHA
    793006b View commit details
    Browse the repository at this point in the history
  8. added some files to perform TravisCI and some fixed indent errors (#3)

    * added some files for travisCI
    * updated quantpy/test.py to perform travisCI
    * updated some files to perform test on travisCI
    * merged openql-org/feature-hokusai
    * updated test_sqa.py for 1 passed
    * updated .travis.yml that deleted target of Python:3.7
    kyamaz authored and openql-org committed Oct 21, 2017
    Copy the full SHA
    0b4e574 View commit details
    Browse the repository at this point in the history
  9. merge mdrft's updates and the latest feature-hokusai (#5)

    mdrft's updates are:
    
    * update repeat calc 
    * update for repeat of trial and comments
    * update qubo and sqa separated
    * update cost function
    * updated some comments
    * bug fixed
    
    kyamaz's updates are:
    
    * added some files for travisCI
    * updated quantpy/test.py to perform travisCI
    * updated some files to perform test on travisCI
    * merged openql-org/feature-hokusai
    * updated test_sqa.py for 1 passed
    * updated .travis.yml that deleted target of Python:3.7
    * fixed indent issues in qubo.py
    kyamaz authored and openql-org committed Oct 21, 2017
    Copy the full SHA
    4db7a3f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. updates for feature-hokusai (#7)

    * added some files for travisCI
    * updated quantpy/test.py to perform travisCI
    * updated repeat calc
    * updated for repeat of trial and comments
    * updated qubo and sqa separated
    * updated cost function
    * updated some comments
    * updated test_sqa.py for 1 passed
    * updated .travis.yml that deleted target of Python:3.7
    * fixed bugs
    * fixed indent issues in qubo.py
    * refactored to pass test_hadamard
    * specified python version, removed <=3.4 for travis
    * changed default backend for IBMQ
    * refactored 
    * fixed imports
    * moved files concerned with ising calculation to ising folder
    kyamaz authored and openql-org committed Dec 23, 2017
    Copy the full SHA
    15e031e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. qcsim integration (#8)

    * added executor/simulator directory and placed some simulators.
    * added new executor; classical_simulation_executor.py.
    shukob authored and openql-org committed Dec 24, 2017
    Copy the full SHA
    c8bbb70 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. Modify IBMQExecutor and add ctor to BaseQuantumExecutor (#9)

    * IBMQExecutor is updated.
    * On the condition, IBMQExecutor#sympy_to_qasm  would be replaced super class method.
    gyu-don authored and openql-org committed Dec 25, 2017
    Copy the full SHA
    6ed50a0 View commit details
    Browse the repository at this point in the history
  2. Feature hokusai (#10)

    moved the method; sympy_to_qasm -> BaseQuantumExecutor.to_qasm
    gyu-don authored and openql-org committed Dec 25, 2017
    Copy the full SHA
    4dbca05 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. added test files (#11)

    added test files from sympy.physics.quantum of SymPy project.
    kyamaz authored and openql-org committed Dec 29, 2017
    Copy the full SHA
    6046ebb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. fixed project files. (#12)

    * fixed as concerned with the former updates.
    * updated AUTHORS file
    openql-org committed Jan 10, 2018
    Copy the full SHA
    942eddd View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Fix bugs in cpu simulator (#13)

    * rename cpu_sim to numpy_simulator, fix bugs in numpy_simulator and classical_simulation_executor, and add tests_hadamard_numpy.py
    * add comments
    kodack64 authored and openql-org committed Jan 15, 2018
    Copy the full SHA
    1a77952 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. add the feature of the expression that can be reversed multiply order (

    …#14)
    
    * add the feature of the expression that can be reversed multiply order and with the test code.
    shukob authored and openql-org committed Jan 17, 2018
    Copy the full SHA
    f8a88b3 View commit details
    Browse the repository at this point in the history
  2. added some comments in each python files (#15)

    * added some comments in each python files
    kyamaz authored and openql-org committed Jan 17, 2018
    Copy the full SHA
    9820c63 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. updated README.rst and added assert in test codes on the "ising" feat…

    …ure. (#16)
    
    * added some comments and added assert in test codes on the "ising" feature.
    * updated README.rst
    kyamaz authored and openql-org committed Jan 24, 2018
    Copy the full SHA
    cf87a6d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1c8c019 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3642012 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. prepare release of feature-hokusai (#18)

    - a few updates for packaging.
    - change release version `0.0.2.dev1`
    openql-org committed Jan 29, 2018
    Copy the full SHA
    e989199 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    930db8a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0063fc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Copy the full SHA
    5ef0777 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    44d8c66 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fb772a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. fixed typo in README.rst

    openql-org committed Feb 7, 2018
    Copy the full SHA
    6d6f6d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aa82fc7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f1edcb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. updated IBMExecutor and ClassicalSimulationExecutor to fix some bugs …

    …and specs.
    
    Squashed commit of the following:
    
    commit e23d571a07d588700a3672024ce62d6bf53ff9e1
    Author: OpenQL Project <committer@openql.org>
    Date:   Sun Feb 18 20:53:06 2018 +0900
    
        updated __version__ in release.py
    
    commit f235cfb649cfa4e5dccbf1a58838afd72cf74927
    Author: OpenQL Project <committer@openql.org>
    Date:   Sun Feb 18 20:52:04 2018 +0900
    
        updated ibmq_executor.py to fix some bugs and change parameters of __init__
    
    commit d62e7c51dabf2fbe2bc76413f809f3ef7024270e
    Author: OpenQL Project <committer@openql.org>
    Date:   Sun Feb 18 20:47:37 2018 +0900
    
        updated classical_simulation_executor.py to change the return value of execute()
    openql-org committed Feb 18, 2018
    Copy the full SHA
    ff58399 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Copy the full SHA
    a78b0af View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Copy the full SHA
    96c0f77 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Copy the full SHA
    ad2f402 View commit details
    Browse the repository at this point in the history
  2. - changed to_qasm function not to automatically transform to add meas…

    …ure operator.
    
    - changed to_qasm function to be able to transform controlled-unitary operators.
    openql-org committed Feb 28, 2018
    Copy the full SHA
    3c5fcf2 View commit details
    Browse the repository at this point in the history
  3. - changed to_qasm function not to automatically transform to add meas…

    …ure operator.
    
    - changed to_qasm function to be able to transform controlled-unitary operators.
    - updated quantpy/sympy/tests/sympy/physics/quantum/test_spin.py from sympy original
    openql-org committed Feb 28, 2018
    Copy the full SHA
    121a4c5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a28df30 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    95561b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Copy the full SHA
    0650fec View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Copy the full SHA
    f63d3b7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2907069 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Copy the full SHA
    2d4216e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    75e4f14 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Copy the full SHA
    9dc50e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Fix sympy compatibility in tests (#25)

    shukob authored and openql-org committed Jul 25, 2018
    Copy the full SHA
    01758ca View commit details
    Browse the repository at this point in the history
  2. merge branch develop into feature-hokusai that updated release versio…

    …n from 0.0.2.dev5 to 0.0.2.dev7 (skipped dev6) #28
    openql-org committed Jul 25, 2018
    Copy the full SHA
    de56095 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Pytest integration (#30)

    fix for issue#29
    
    * pytest for setup.py
    * pin qiskit version to 0.5.7
    ssmi1975 authored and openql-org committed Dec 18, 2018
    Copy the full SHA
    bf76c77 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. fix pytest integration (#31)

    * fixed typo in setup.py
    * suppress warning of test
    ssmi1975 authored and openql-org committed Dec 19, 2018
    Copy the full SHA
    1ebb3f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Merge branch develop

        Qiskit upgrade (#33)
    
        * removed an unused dependency
        * updated qiskit to 0.7.0
    openql-org committed Jan 16, 2019
    Copy the full SHA
    db7dd81 View commit details
    Browse the repository at this point in the history
  2. Release 0.0.2 (#34) (#35)

    * updated release version from 0.0.2.dev8 to 0.0.2.dev9
    openql-org committed Jan 16, 2019
    Copy the full SHA
    647a513 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Ibmq fix (#37)

    * fixed ibmq executor, added a test case
    
    * clean up by flake8
    ssmi1975 authored and openql-org committed Jan 23, 2019
    Copy the full SHA
    7d00fe4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Merged develop into feature-hokusai

    * updated release version from 0.0.2.dev9 to 0.0.2.dev10
    openql-org committed Jan 30, 2019
    Copy the full SHA
    9ae78cd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. updated requirements.txt and some test files for sympy 1.4 updates an…

    …d qiskit 0.8.0 updates. (#41)
    kyamaz authored and openql-org committed Apr 10, 2019
    Copy the full SHA
    4b971fd View commit details
    Browse the repository at this point in the history