Commit Graph

12 Commits

Author SHA1 Message Date
Drew Risinger
d173e91589 python3Packages.qiskit-terra: 0.17.0 -> 0.17.4
Also unbreak build on master by disabling tests that compare visual
matplotlib images.

Also remove force deletes from postCheck.
2021-06-01 18:28:24 -04:00
Drew Risinger
6c9c795923 python3Packages.qiskit-terra: 0.16.4 -> 0.17.0 2021-04-12 10:34:23 -04:00
Fabian Affolter
a98a014490 python3Packages.qiskit-terra: 0.16.1 -> 0.16.4 2021-02-10 18:27:19 +01:00
Drew Risinger
bd7ff34cb1 python3Packages.qiskit-terra: disable flaky & slow tests 2020-11-30 22:55:25 -08:00
Drew Risinger
3f2a308c28 python3Packages.qiskit-terra: disable optional packages by default
Removes visualization packages from default install.
They can still be added to environment manually or by overriding
the argument.
2020-11-30 22:55:25 -08:00
Drew Risinger
562978e048 python3Packages.qiskit-terra: 0.15.1 -> 0.16.1 2020-11-30 22:55:25 -08:00
Drew Risinger
a9987f8053 python3Packages.qiskit-terra: 0.14.2 -> 0.15.1 2020-08-25 16:13:41 -07:00
Drew Risinger
50f9065e30 python3Packages.qiskit-terra: 0.14.1 -> 0.14.2 2020-07-01 10:37:29 -07:00
Drew Risinger
9962a039b3 python3Packages.retworkx: 0.3.3 -> 0.3.4
Fix issue with hash lookup that failed on python3.8.
2020-07-01 10:37:29 -07:00
Drew Risinger
387b751d0a python3Packages.qiskit-terra: 0.13.0 -> 0.14.1 2020-05-12 11:32:40 -07:00
Drew Risinger
c6ea35d599 python3Packages.qiskit-terra: 0.12.0 -> 0.13.0
Also add in optional visualization inputs as default to ensure that
they are in the environment when used at runtime.
Some hacks to avoid packaging retworkx (uses a semi-complicated Rust ->
Python packaging system, will try to get that packaged in future).
For now, just disabling retworkx, will need to package it in future.
2020-04-23 18:02:18 -04:00
Drew Risinger
49ad19b257 pythonPackages.qiskit-terra: init at 0.12.0
Qiskit is a quantum information toolkit from IBM. This commit
follows the new Qiskit scheme of breaking from one large package into
smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-02-25 07:59:54 -08:00