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

V0.19.1 updates #86

Merged
merged 5 commits into from
May 4, 2020
Merged

V0.19.1 updates #86

merged 5 commits into from
May 4, 2020

Conversation

antalszava
Copy link
Contributor

The updates with the new 0.19.1 Qiskit version:

  • Increasing the requirements
  • Removing the test case for the old version of the CRY and testing CRY with the other controlled rotations
  • Changing the calls to a QuantumCircuit.cnot method to QuantumCircuit.cx

@codecov
Copy link

codecov bot commented May 1, 2020

Codecov Report

Merging #86 into master will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #86   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          261       261           
=========================================
  Hits           261       261           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27f463d...a442277. Read the comment docs.

@antalszava antalszava requested a review from josh146 May 1, 2020 23:44
Copy link
Member

@josh146 josh146 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @antalszava, nice that it wasn't too much work! Also, don't forget to update the changelog 😉

@@ -254,7 +254,7 @@ def test_extra_parameters_were_passed(self, recorder):
with recorder:
quantum_circuit(params={theta: 0.5, phi: 0.3})

@pytest.mark.parametrize("qiskit_operation, pennylane_name", [(QuantumCircuit.crx, "CRX"), (QuantumCircuit.crz, "CRZ")])
@pytest.mark.parametrize("qiskit_operation, pennylane_name", [(QuantumCircuit.crx, "CRX"), (QuantumCircuit.crz, "CRZ"), (QuantumCircuit.cry, "CRY")])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!!

@antalszava antalszava merged commit 0f3d845 into master May 4, 2020
@antalszava antalszava deleted the v0.19.1_updates branch May 4, 2020 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants