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

QuantumCircuit to PennyLane template conversion #55

Merged
merged 41 commits into from
Nov 11, 2019

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    91bfd3a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    0a20ca8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    74f9562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d119076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35adfe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e524cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d55e68 View commit details
    Browse the repository at this point in the history
  6. Updating comments

    antalszava committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    088c542 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Modifying changelog

    antalszava committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    035c094 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    7bc701d View commit details
    Browse the repository at this point in the history
  3. Update pennylane_qiskit/converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    22e5ef7 View commit details
    Browse the repository at this point in the history
  4. Update pennylane_qiskit/converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    ca97645 View commit details
    Browse the repository at this point in the history
  5. Update tests/test_converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    cfb00f5 View commit details
    Browse the repository at this point in the history
  6. Update tests/test_converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    3fa3ec1 View commit details
    Browse the repository at this point in the history
  7. Update tests/test_converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    362a174 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50e3503 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    288da58 View commit details
    Browse the repository at this point in the history
  10. Adding test for coverage

    antalszava committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    a20f93b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

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

Commits on Nov 3, 2019

  1. Configuration menu
    Copy the full SHA
    80c306f View commit details
    Browse the repository at this point in the history
  2. fix failing 3.5 test

    josh146 committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    ffbfd1f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    025ac51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73a494 View commit details
    Browse the repository at this point in the history
  3. Modifying docstrings

    antalszava committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    0912585 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Update pennylane_qiskit/converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    798d26c View commit details
    Browse the repository at this point in the history
  2. Update pennylane_qiskit/converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    23cbb96 View commit details
    Browse the repository at this point in the history
  3. Update pennylane_qiskit/converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    a3f0d65 View commit details
    Browse the repository at this point in the history
  4. Update pennylane_qiskit/converter.py

    Co-Authored-By: Josh Izaac <[email protected]>
    antalszava and josh146 authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    36c8e4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87f62a9 View commit details
    Browse the repository at this point in the history
  6. Resolving merge conflict

    antalszava committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    644a520 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Update tests/conftest.py

    Co-Authored-By: Nathan Killoran <[email protected]>
    antalszava and co9olguy authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    328ae38 View commit details
    Browse the repository at this point in the history
  2. Update pennylane_qiskit/converter.py

    Co-Authored-By: Nathan Killoran <[email protected]>
    antalszava and co9olguy authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    3d9c6e9 View commit details
    Browse the repository at this point in the history
  3. Update tests/test_converter.py

    Co-Authored-By: Nathan Killoran <[email protected]>
    antalszava and co9olguy authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    31eb089 View commit details
    Browse the repository at this point in the history
  4. Update tests/test_converter.py

    Co-Authored-By: Nathan Killoran <[email protected]>
    antalszava and co9olguy authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    9af6498 View commit details
    Browse the repository at this point in the history
  5. Change names of tests

    antalszava committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    2e95f37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1fa5e7 View commit details
    Browse the repository at this point in the history
  7. Update tests/test_converter.py

    Co-Authored-By: Nathan Killoran <[email protected]>
    antalszava and co9olguy authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    2a6d991 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28bc3b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a81f59 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae5f4df View commit details
    Browse the repository at this point in the history
  11. Modifying test on ordering

    antalszava committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4fbd76e View commit details
    Browse the repository at this point in the history