dev-python / qiskit-terra

Terra is the foundation on which Qiskit is built

Official package sites : https://github.com/Qiskit/qiskit/ · https://pypi.org/project/qiskit-terra/ ·

Qiskit is an open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms. Qiskit is made up of elements that work together to enable quantum computing. This element is Terra and is the foundation on which the rest of Qiskit is built.

v0.25.1-r1 :: 0 :: gentoo

Modified
License
Apache-2.0 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 MIT Unicode-DFS-2016 || ( LGPL-3 MPL-2.0 )
Keywords
~amd64
USE flags
debug test visualization

v0.25.0 :: 0 :: gentoo

Modified
License
Apache-2.0 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 MIT Unicode-DFS-2016 || ( LGPL-3 MPL-2.0 )
Keywords
~amd64
USE flags
debug test visualization

General

debug
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
visualization
Enable visualization modules

python_targets

python3_10
Build with Python 3.10
python3_11
Build with Python 3.11

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-python / dill : Serialize all of Python (almost)

dev-python / ipywidgets : IPython HTML widgets for Jupyter

dev-python / matplotlib : Pure python plotting library with matlab like syntax

dev-python / numpy : Fast array and numerical python library

dev-python / pillow : Python Imaging Library (fork)

dev-python / ply : Python Lex-Yacc library

dev-python / psutil : Retrieve information on running processes and system utilization

dev-python / pydot : Python interface to Graphviz's Dot language

dev-python / pygments : Pygments is a syntax highlighting package written in Python

dev-python / pylatexenc : Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion

dev-python / python-constraint : Constraint Solving Problem resolver for Python

dev-python / python-dateutil : Extensions to the standard Python datetime module

dev-python / rustworkx : A high performance Python graph library implemented in Rust

dev-python / scipy : Scientific algorithms library for Python

dev-python / seaborn : Statistical data visualization

dev-python / stevedore : Manage dynamic plugins for Python applications

dev-python / symengine : Python wrappers to the symengine C++ library

dev-python / sympy : Computer Algebra System in pure Python

dev-python / typing-extensions : Backported and Experimental Type Hints for Python 3.7+

dev-python / qiskit-aer : High performance simulator for quantum circuits that includes noise models

Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Remove obsolete test deselects
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
dev-python/qiskit-terra: Strip magic -Werror from test base
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Bump to 0.25.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
dev-python/qiskit-terra: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Bump to 0.25.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
dev-python/qiskit-terra: Speed the test suite up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Modernize cargo.eclass usage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
dev-python/qiskit-terra: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: add 0.24.1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: skip another test
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: add 0.23.3
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: enable py3.11, move tweedledum to optfeature
- Enable Python 3.11 - dev-python/tweedledum is now an optfeature, per upstream changes in 0.23, which works well for us given it doesn't build with Python 3.11 anyway. Bug: https://bugs.gentoo.org/896900 Closes: https://bugs.gentoo.org/896870 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: drop 0.23.0, 0.23.1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: drop timeout testing hacks
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-python/qiskit-terra: add 0.23.2
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: only run Python test suite, not random
Upstream run the randomised one in a separate CI job and it doesn't feel suitable for ebuilds. This fixes some but not all of the hangs we've seen in the ebuild. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Bump to 0.23.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Bump to 0.23.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Fix install_requires for rustworkx
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
dev-python/qiskit-terra: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: add 0.22.3
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Silence flag-related QA warnings
Closes: https://bugs.gentoo.org/878861 Closes: https://bugs.gentoo.org/878863 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Bump to 0.22.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/qiskit-terra: Use EPYTEST_*, fix tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
dev-python/qiskit-terra: Fix rustworkx support
Fix qiskit-terra to support rustworkx, the new name of retworkx. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
dev-python/qiskit-terra: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: use xdist for tests
Huge speedup. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/qiskit-terra: add 0.22.0
Closes: https://bugs.gentoo.org/865129 Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-python/qiskit-terra: rename dev-python/retworkx -> dev-python/rustworkx
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Gábor Oszkár Dénes · gentoo
dev-python/qiskit-terra: new package
Closes: https://bugs.gentoo.org/834770 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Gábor Oszkár Dénes <gaboroszkar@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>