qiskit/qiskit_pkg/LICENSE.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1 line
14 B
Plaintext
Raw Normal View History

Move metapackage shim for combined releases (#10530) * Move metapackage shim for combined releases Now that Qiskit 0.44.0 has been released, the Qiskit project is now what was formerly qiskit-terra. However, because Python packaging lacks a clean mechanism to enable one package superseding another we're not able to stop shipping a qiskit-terra package that owns the qiskit python namespace without introducing a lot of potential user friction. So moving forward the qiskit project will release 2 packages an inner qiskit-terra which still contains all the library code and public facing qiskit package which installs that inner package only. To enable this workflow this commit migrates the metapackage setup.py into the terra repository and setups build automation to publish a qiskit package in addition to the inner terra package on each release tag. * some follow up on https://github.com/Qiskit/qiskit-terra/pull/10530 (#19) * some follow up on https://github.com/Qiskit/qiskit-terra/pull/10530 * extend some badges * This Qiskit contains the building blocks for creating and working with quantum circuits, programs, and algorithms. -> This framework allows for building, transforming, and visualizing quantum circuits. * The explanation of the Bell state is moving to IBM Quantun learning platform * I think examples/ should eventually be replaced by proper tutorials * Add StackOverflow as a forum * Remove link to https://github.com/Qiskit/qiskit-tutorials * Update README.md Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * Update README.md * Update README.md * broken lines in badges * doi --------- Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * Expand lint checks to entire qiskit_pkg dir * Unify extras in terra setup.py * Update CI lint job * Remove unused json imports * Cleanup manifest file * Finish comment --------- Co-authored-by: Luciano Bello <bel@zurich.ibm.com>
2023-08-15 19:57:23 +08:00
../LICENSE.txt