• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ProjectQ-Framework / ProjectQ
98%

Build:
DEFAULT BRANCH: develop
Repo Added 03 Jan 2017 02:51PM UTC
Files 127
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • QuID-hackathon
  • auto-doc-gen
  • bugfix/added_missing_hash_definitions
  • bugfix/controlledgate
  • bugfix/ctrl-time-evolution
  • bugfix/daggeredgate-hash
  • bugfix/daggeredgate_texstring
  • bugfix/docstring
  • bugfix/enginelist
  • bugfix/openmp_flags
  • bugfix/phase_gate_periodicity
  • bugfix/pysim_set_wavefunction
  • bugfix/raw-docstrings
  • bugfix/restricted-gate-set
  • bugfix/setupexception
  • bugfux/fix_sparsity_warnings
  • feature/1d_mapper
  • feature/2d_mapper
  • feature/QubitOperator
  • feature/add-cz-gate
  • feature/added_new_test_for_compute_uncompute
  • feature/additional_installation_notice
  • feature/additional_runtime_check
  • feature/allow-k-qubit-gate
  • feature/allow-newer-pybind11
  • feature/allow-trivial-circuits-on-ibmq
  • feature/apply-qubit-operator
  • feature/automatic_requirements
  • feature/autoreplacer
  • feature/change_setups
  • feature/change_to_single_qubit_measurement
  • feature/circuits-allocate-at-zero
  • feature/classical-sim-measurement
  • feature/collapse-wavefunction
  • feature/compiler_tutorial
  • feature/complex-operator-coefficients
  • feature/controlled_single_qubit
  • feature/convert_arb_rx_and_ry_to_arb_rz
  • feature/decomposition-sqrtswap
  • feature/docsandreadme
  • feature/emulate-time-evolution
  • feature/expectationvalue
  • feature/explicit-setup-selection
  • feature/faster-optimizer
  • feature/ibm-device-status
  • feature/improved_exception_handling
  • feature/increase_test_coverage
  • feature/latexupdate
  • feature/lintercheck
  • feature/manual-mapper-ibm16
  • feature/mapper
  • feature/mapper-in-ibm16-setup
  • feature/mapper_tutorial
  • feature/more-tests-and-extend-collapse-wavefunction
  • feature/multi_controlled_gates
  • feature/new-ibm-mappers
  • feature/new-ibmq-tutorial
  • feature/new_badges
  • feature/new_setups
  • feature/newibmmapper
  • feature/qubitoperatorupdate
  • feature/readme_for_docs_subfolder
  • feature/readthedocs
  • feature/remove_manually_deleted_qubits_from_active_qubits
  • feature/revkit-interface
  • feature/rotationgates-and-barrier-for-ibm
  • feature/simulator-exception-qubitgatemismatch
  • feature/simulator-probabilities
  • feature/simulator_tutorial
  • feature/single_qubit_decomposition
  • feature/specialize-CnU-pauliX
  • feature/state-preparation
  • feature/time_evolution_gate
  • feature/turn_warnings_into_errors
  • feature/uniformly-controlled-rotations
  • feature/unitary-qubitoperator-as-gate
  • feature/update-compiler-tutorial
  • feature/update-decomposition-docs
  • feature/update-readme
  • feature/update_qubit_operator
  • feature/updated_docs_with_minimum_pip_version_number
  • feature/updated_header
  • feature/updatereadmedocs
  • feature/vqe-example
  • feature/wavefunction-init
  • feauture/spectral-measurement-example
  • fix/add-logical-id-tags-to-allocate-and-deallocate
  • fix/docs
  • fix/docs-and-mapper-names
  • fix/docs-teleport-example
  • fix/increased_seed_lenght_simulator
  • fix/make_basicgate_test_for_matrix
  • fix/qubitoperatorstring
  • fix/remove-obsolete-test
  • fix/sim_docs
  • fix/state-preparation-division-by-0
  • fix/update-ibm-cnot-directions
  • fix/update_pybind_minimal_version
  • fix_infinite_recursion
  • gh-readonly-queue/develop/pr-460-92594453a89c8cb1746237a57aaf953b643347dd
  • gh-readonly-queue/develop/pr-461-439ffd5110a0fe982306743a95910ba816403a1d
  • gh-readonly-queue/develop/pr-469-dad48c59e0a7f4c114b5885a38439e7774698b39
  • graphmapper
  • hotfix-0.3.3
  • hotfix/ibm_new_api
  • hotfix/main_ibm_api_url
  • master
  • new_develop
  • newrelease
  • pr/329
  • pr/342
  • release-0.3.0
  • release-0.3.1
  • release-0.3.2
  • release-0.3.4
  • release-0.3.5
  • release-0.3.6
  • release-0.4
  • release-0.4.1
  • release-0.4.2
  • release/0.5.0
  • revert-357-release/0.5.0
  • revert-9-master
  • tag3.1
  • test
  • update/allow-other-qubit-orderings
  • upgrade-setup-py
  • v0.1.2
  • v0.1.3
  • v0.2.0
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.3.3
  • v0.3.4
  • v0.3.5
  • v0.3.6
  • v0.4
  • v0.4.1
  • v0.4.2
  • v0.5.0
  • v0.5.1

23 Apr 2024 07:20PM UTC coverage: 98.3%. Remained the same
8806039001

push

github

web-flow
Remove Python 3.7 + add Python 3.11 + 3.12 (#471)

* Remove Python 3.7 + add Python 3.11 + 3.12

* Update cibuildwheel config

* Update black config

* Update minimum GCC and Clang version on CI

* Fix refcheck=False when in CI

* Update minimum package versions for 3rd-party dependencies

* Update CHANGELOG

* Fix compatibility with Python 3.12

* Fix linter warnings

* Update GitHub release workflows

* Fix setup.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix setup.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Automatically cancel redundant GitHub workflows

* Fix clang-tidy workflow

* Fix setuptools installation for CI runs

* Fix setup.py

* Test with naked except clause

* Fix exception handling when testing for compiler flags

* Fix linter warnings

* Fix typo

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

7227 of 7352 relevant lines covered (98.3%)

14.7 hits per line

Relevant lines Covered
Build:
Build:
7352 RELEVANT LINES 7227 COVERED LINES
14.7 HITS PER LINE
Source Files on develop
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
8806039001 develop Remove Python 3.7 + add Python 3.11 + 3.12 (#471) * Remove Python 3.7 + add Python 3.11 + 3.12 * Update cibuildwheel config * Update black config * Update minimum GCC and Clang version on CI * Fix refcheck=False when in CI * Update... push 23 Apr 2024 07:23PM UTC web-flow github
98.3
8529124313 develop Merge pull request #469 from ProjectQ-Framework/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate push 02 Apr 2024 08:42PM UTC web-flow github
98.3
7439289056 develop [pre-commit.ci] pre-commit autoupdate (#459) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/L... push 07 Jan 2024 04:07PM UTC web-flow github
98.3
4376464762 develop Fix typo in compiler_tutorial.ipynb (#460) push 09 Mar 2023 04:16PM UTC GitHub github pending completion  
4376441139 develop Update GitHub workflows to work with merge queues (#461) push 09 Mar 2023 04:13PM UTC GitHub github pending completion  
4108406283 develop [pre-commit.ci] pre-commit autoupdate (#458) push 06 Feb 2023 10:17PM UTC GitHub github pending completion  
4048960794 develop Bump thomaseizinger/create-pull-request from 1.2.2 to 1.3.0 (#456) push 30 Jan 2023 11:05PM UTC GitHub github pending completion  
4048768682 develop [pre-commit.ci] pre-commit autoupdate (#455) push 30 Jan 2023 10:35PM UTC GitHub github pending completion  
3393490677 develop Merge 338dd2f94 into 7cac53923 Pull #342 04 Nov 2022 11:41AM UTC GitHub github pending completion  
3364989053 develop [pre-commit.ci] pre-commit autoupdate (#454) push 31 Oct 2022 09:46PM UTC GitHub github pending completion  
See All Builds (1731)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc