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

Switch from qiskit-terra to qiskit #543

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Switch from qiskit-terra to qiskit #543

merged 2 commits into from
Sep 1, 2023

Conversation

woodsp-ibm
Copy link
Member

@woodsp-ibm woodsp-ibm commented Aug 31, 2023

Summary

Similar to qiskit-community/qiskit-machine-learning#680

Switches over to qiskit from qiskit-terra

  • requirements.txt updated
  • CI updated for install main dependencies
  • CONTRIBUTING.MD links etc updated. Plus I removed/simplified some bits which are no longer correct and may have led to confusion down the line.

There was no Neko integration/workflow here to be removed (unlike ML)

I also updated a couple of places that referred to Terra (I was searching for Terra) in all the files. I guess I could have commented in #537 and had it done there, since this is now referring to qiskit_algorithms as the source of algorithms not Terra and while it had changed one occurrence in the main init file, I did not see it touching these files and figured I would just do it here since its really only a single line change in each.

Details and comments

I am starting here, unlike with ML, with the setting here for the default stable install. The changes to install from source I checked out on ML so they work - we could check it out here too if needed just in case I made a slip. I compared the changes and things look comparable so it all seems fine.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6039389291

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.416%

Totals Coverage Status
Change from base Build 6021123767: 0.0%
Covered Lines: 4448
Relevant Lines: 4813

💛 - Coveralls

@mergify mergify bot merged commit 12d63bc into qiskit-community:main Sep 1, 2023
15 checks passed
@woodsp-ibm woodsp-ibm added the stable backport potential The bug might be minimal and/or import enough to be port to stable label Sep 1, 2023
mergify bot pushed a commit that referenced this pull request Sep 1, 2023
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 12d63bc)

# Conflicts:
#	.github/actions/install-main-dependencies/action.yml
#	.github/workflows/main.yml
#	tox.ini
@woodsp-ibm woodsp-ibm removed the stable backport potential The bug might be minimal and/or import enough to be port to stable label Sep 1, 2023
@woodsp-ibm
Copy link
Member Author

I labelled this stable backport by mistake!!! I had intended to do the master->main switch one for the translatable strings. I closed the backported PR with a similar comment.

@woodsp-ibm woodsp-ibm deleted the use_qiskit branch September 1, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants