openfermion

Python package for compiling and analyzing quantum algorithms to simulate electronic structures.

https://github.com/quantumlib/openfermion

Science Score: 77.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, iop.org
  • Committers with academic emails
    8 of 79 committers (10.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.1%) to scientific vocabulary

Keywords

algorithms cirq colab electronic-structure fermion google-quantum high-performance jupyter-notebook python quantum quantum-algorithms quantum-chemistry quantum-circuit quantum-computing quantum-information quantum-programming quantum-programming-language quantum-simulation sdk simulation

Keywords from Contributors

distributed deep-neural-networks qiskit jax nisq quantum-circuit-simulator quantum-simulator schrodinger-equation quantum-error-mitigation interactive
Last synced: 4 months ago · JSON representation ·

Repository

Python package for compiling and analyzing quantum algorithms to simulate electronic structures.

Basic Info
Statistics
  • Stars: 1,615
  • Watchers: 109
  • Forks: 398
  • Open Issues: 63
  • Releases: 27
Topics
algorithms cirq colab electronic-structure fermion google-quantum high-performance jupyter-notebook python quantum quantum-algorithms quantum-chemistry quantum-circuit quantum-computing quantum-information quantum-programming quantum-programming-language quantum-simulation sdk simulation
Created over 8 years ago · Last pushed 4 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Security Support Authors

README.rst

.. image:: https://raw.githubusercontent.com/quantumlib/OpenFermion/refs/heads/master/docs/images/logo_horizontal.svg
   :alt: OpenFermion logo
   :width: 75%
   :align: center

.. |python| image:: https://img.shields.io/badge/Python-3.10+-fcbc2c.svg?style=flat-square&logo=python&logoColor=white
   :alt: Compatible with Python versions 3.10 and higher
   :target: https://www.python.org/downloads/

.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-3c60b1.svg?logo=opensourceinitiative&logoColor=white&style=flat-square
   :alt: Licensed under the Apache 2.0 license
   :target: https://github.com/quantumlib/OpenFermion/blob/main/LICENSE

.. |version| image:: https://img.shields.io/pypi/v/OpenFermion.svg?logo=semantic-release&logoColor=white&label=Release&style=flat-square&color=fcbc2c
   :alt: OpenFermion project on PyPI
   :target: https://pypi.org/project/OpenFermion

.. |downloads| image:: https://img.shields.io/pypi/dm/openfermion?logo=PyPI&color=d56420&logoColor=white&style=flat-square&label=Downloads
   :alt: OpenFermion downloads per month from PyPI
   :target: https://img.shields.io/pypi/dm/OpenFermion

.. class:: margin-top
.. class:: centered

|
| |python| |license| |version| |downloads|

.. |vertspace| image:: https://upload.wikimedia.org/wikipedia/commons/archive/c/ca/20200404084254%211x1.png
   :alt: Blank space
   :width: 1px
   :height: 30px

|vertspace| OpenFermion is an open-source library for compiling and analyzing quantum
algorithms to simulate fermionic systems, including quantum chemistry. Among
other features, it includes data structures and tools for obtaining and
manipulating representations of fermionic and qubit Hamiltonians. For more
information, see our `release paper `__.

You can run the interactive Jupyter Notebooks in |Colab|_ or |MyBinder|_.

.. |Colab| replace:: Colab
.. _Colab: https://colab.research.google.com/github/quantumlib/OpenFermion

.. |MyBinder| replace:: MyBinder
.. _MyBinder:  https://mybinder.org/v2/gh/quantumlib/OpenFermion/master?filepath=examples

Installation and Documentation
==============================

Installing the latest **stable** OpenFermion requires the Python package
installer `pip `__. Make sure that you are using an
up-to-date version of it.

Documentation can be found at `quantumai.google/openfermion `__ and the following links:

* `Installation `__

* `API Docs `__

* `Tutorials `__

Currently, OpenFermion is tested on Mac, Windows, and Linux. We recommend using Mac or Linux because
the electronic structure plugins are only compatible on these platforms. However,
for those who would like to use Windows, or for anyone having other difficulties
with installing OpenFermion or its plugins, we provide a Docker image
and usage instructions in the
`docker folder `__.
The Docker image provides a virtual environment with OpenFermion and select plugins pre-installed.
The Docker installation should run on any operating system where Docker can be used.

Developer install
-----------------

To install the latest version of OpenFermion (in development mode), run
the following commands:

.. code-block:: shell

  git clone https://github.com/quantumlib/OpenFermion
  cd OpenFermion
  python -m pip install -e .

Library install
---------------

To install the latest PyPI release as a library (in user mode), run
the following commands:

.. code-block:: shell

  python -m pip install --user openfermion

Plugins
=======

OpenFermion relies on modular plugin libraries for significant functionality.
Specifically, plugins are used to simulate and compile quantum circuits and to perform
classical electronic structure calculations.
Follow the links below to learn more!

High-performance simulators
---------------------------

* `OpenFermion-FQE `__ is
  a high-performance emulator of fermionic quantum evolutions specified
  by a sequence of fermion operators, which can exploit fermionic
  symmetries such as spin and particle number.

Circuit compilation plugins
---------------------------

* `Forest-OpenFermion `__ to support integration with `Forest `__.

* `SFOpenBoson `__ to support integration with `Strawberry Fields `__.

Electronic structure package plugins
------------------------------------

* `OpenFermion-Psi4 `__ to support integration with `Psi4 `__.

* `OpenFermion-PySCF `__ to support integration with `PySCF `__.

* `OpenFermion-Dirac `__ to support integration with `DIRAC `__.

* `OpenFermion-QChem `__ to support integration with `Q-Chem `__.

How to contribute
=================

We'd love to accept your contributions and patches to OpenFermion.
There are a few small guidelines you need to follow.
Contributions to OpenFermion must be accompanied by a Contributor License
Agreement (CLA).
You (or your employer) retain the copyright to your contribution; the CLA
this simply gives us permission to use and redistribute your contributions as part of the project.
Head over to https://cla.developers.google.com/
to see your current agreements on file or to sign a new one.

All submissions, including submissions by project members, require review.
We use GitHub pull requests for this purpose. Consult
`GitHub Help `__ for
more information on using pull requests.
Furthermore, please make sure your new code comes with extensive tests!
We use automatic testing to make sure all pull requests pass tests and do not
decrease overall test coverage by too much. Make sure you adhere to our style
guide. Just have a look at our code for clues. We mostly follow
`PEP 8 `_ and use
the corresponding `linter `_ to check for it.
Code should always come with documentation, which is generated automatically and can be found
`here `_.

We use `Github issues `__
for tracking requests and bugs. Please post questions to the
`Quantum Computing Stack Exchange `__ with an 'openfermion' tag.

Authors
=======

`Ryan Babbush `__ (Google),
`Jarrod McClean `__ (Google),
`Nicholas Rubin `__ (Google),
`Kevin Sung `__ (University of Michigan),
`Ian Kivlichan `__ (Harvard),
`Dave Bacon `__ (Google),
`Xavier Bonet-Monroig `__  (Leiden University),
`Yudong Cao `__ (Harvard),
`Chengyu Dai `__ (University of Michigan),
`E. Schuyler Fried `__ (Harvard),
`Craig Gidney `__ (Google),
`Brendan Gimby `__ (University of Michigan),
`Pranav Gokhale `__ (University of Chicago),
`Thomas Häner `__ (ETH Zurich),
`Tarini Hardikar `__ (Dartmouth),
`Vojtĕch Havlíček `__ (Oxford),
`Oscar Higgott `__ (University College London),
`Cupjin Huang `__ (University of Michigan),
`Josh Izaac `__ (Xanadu),
`Zhang Jiang `__ (NASA),
`William Kirby `__ (Tufts University),
`Xinle Liu `__ (Google),
`Sam McArdle `__ (Oxford),
`Matthew Neeley `__ (Google),
`Thomas O'Brien `__ (Leiden University),
`Bryan O'Gorman `__ (UC Berkeley, NASA),
`Isil Ozfidan `__ (D-Wave Systems),
`Max Radin `__ (UC Santa Barbara),
`Jhonathan Romero `__ (Harvard),
`Daniel Sank `__ (Google),
`Nicolas Sawaya `__ (Harvard),
`Bruno Senjean `__ (Leiden University),
`Kanav Setia `__ (Dartmouth),
`Hannah Sim `__ (Harvard),
`Damian Steiger `__ (ETH Zurich),
`Mark Steudtner `__  (Leiden University),
`Qiming Sun `__ (Caltech),
`Wei Sun `__ (Google),
`Daochen Wang `__ (River Lane Research),
`Chris Winkler `__ (University of Chicago),
`Fang Zhang `__ (University of Michigan) and
`Emiel Koridon `__ (Leiden University).

How to cite
===========

When using OpenFermion for research projects, please cite:

    Jarrod R McClean, Nicholas C Rubin, Kevin J Sung, Ian D Kivlichan, Xavier Bonet-Monroig,
    Yudong Cao, Chengyu Dai, E Schuyler Fried, Craig Gidney, Brendan Gimby, Pranav Gokhale,
    Thomas Häner, Tarini Hardikar, Vojtěch Havlíček, Oscar Higgott, Cupjin Huang, Josh Izaac,
    Zhang Jiang, Xinle Liu, Sam McArdle, Matthew Neeley, Thomas O'Brien, Bryan O'Gorman,
    Isil Ozfidan, Maxwell D Radin, Jhonathan Romero, Nicolas P D Sawaya, Bruno Senjean,
    Kanav Setia, Sukin Sim, Damian S Steiger, Mark Steudtner, Qiming Sun, Wei Sun, Daochen Wang,
    Fang Zhang, and Ryan Babbush
    *OpenFermion: The Electronic Structure Package for Quantum Computers*.
    `Quantum Science and Technology 5.3 (2020): 034014 `__.

We are happy to include future contributors as authors on later releases.

Disclaimer
==========

Copyright 2017 The OpenFermion Developers.
This is not an official Google product.

Owner

  • Name: quantumlib
  • Login: quantumlib
  • Kind: organization

Google's open source code library for the quantum world

Citation (CITATION.cff)

# Citation information for this repository.                         -*- yaml -*-
#
# CITATION.cff files provide human- & machine-readable citation information for
# software and datasets. GitHub, Zenodo, and the Zotero browser plugin all use
# CFF files automatically if provided. https://citation-file-format.github.io/.
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cff-version: 1.2.0
message: If you use this software, please cite it using this metadata.

# CITATION.cff files describe how to cite software or datasets, with the goal of
# making software and data be citable in their own right. However, sometimes
# projects want citations to go to a paper instead. 'Preferred-citation' serves
# to communicate that. The distinction matters in different situations. If this
# field is present, GitHub uses the value for the "cite this repository" button
# and ignores the rest of this file; conversely, the Zenodo-GitHub integration
# ignores this field when creating an entry for a new software release because
# the Zenodo entry is specifically about the software in this repository.
preferred-citation:
  type: article
  authors:
    - family-names: McClean
      given-names: Jarrod R.
    - family-names: Rubin
      given-names: Nicholas C.
    - family-names: Sung
      given-names: Kevin J.
    - family-names: Kivlichan
      given-names: Ian D.
    - family-names: Bonet-Monroig
      given-names: Xavier
    - family-names: Cao
      given-names: Yudong
    - family-names: Dai
      given-names: Chengyu
    - family-names: Fried
      given-names: E. Schuyler
    - family-names: Gidney
      given-names: Craig
    - family-names: Gimby
      given-names: Brendan
    - family-names: Gokhale
      given-names: Pranav
    - family-names: Häner
      given-names: Thomas
    - family-names: Hardikar
      given-names: Tarini
    - family-names: Havlíček
      given-names: Vojtěch
    - family-names: Higgott
      given-names: Oscar
    - family-names: Huang
      given-names: Cupjin
    - family-names: Izaac
      given-names: Josh
    - family-names: Jiang
      given-names: Zhang
    - family-names: Liu
      given-names: Xinle
    - family-names: McArdle
      given-names: Sam
    - family-names: Neeley
      given-names: Matthew
    - family-names: O'Brien
      given-names: Thomas
    - family-names: O'Gorman
      given-names: Bryan
    - family-names: Ozfidan
      given-names: Isil
    - family-names: Radin
      given-names: Maxwell D.
    - family-names: Romero
      given-names: Jhonathan
    - family-names: Sawaya
      given-names: Nicolas P. D.
    - family-names: Senjean
      given-names: Bruno
    - family-names: Setia
      given-names: Kanav
    - family-names: Sim
      given-names: Sukin
    - family-names: Steiger
      given-names: Damian S.
    - family-names: Steudtner
      given-names: Mark
    - family-names: Sun
      given-names: Qiming
    - family-names: Sun
      given-names: Wei
    - family-names: Wang
      given-names: Daochen
    - family-names: Zhang
      given-names: Fang
    - family-names: Babbush
      given-names: Ryan
  title: 'OpenFermion: The Electronic Structure Package for Quantum Computers'
  year: 2020
  journal: Quantum Science and Technology
  volume: 5
  issue: 3
  doi: 10.1088/2058-9565/ab8ebc

# The remaining metadata describes the current software release.

title: OpenFermion
authors:
- name: The OpenFermion Developers
abstract: The electronic structure package for quantum computers.
version: 1.7.0
date-released: 2024-02-08
url: https://github.com/quantumlib/openfermion
repository-code: https://github.com/quantumlib/openfermion
license: Apache-2.0
type: software
identifiers:
  - description: The home page for OpenFermion
    value: https://quantumai.google/openfermion
    type: url
  - description: PyPI project for OpenFermion
    value: https://pypi.org/project/openfermion
    type: url
keywords:
  - algorithms
  - API
  - application programming interface
  - chemistry
  - Cirq
  - electronic structure
  - fermion
  - fermionic systems
  - Hamiltonians
  - high performance
  - NISQ
  - noisy intermediate-scale quantum
  - open-source software
  - physics
  - Python
  - quantum algorithms
  - quantum chemistry
  - quantum circuit simulator
  - quantum circuit
  - quantum computer simulator
  - quantum computing
  - quantum information science
  - quantum information
  - quantum programming language
  - quantum programming
  - quantum simulation
  - quantum state
  - quantum system
  - quantum theory
  - quantum
  - qubit Hamiltonians
  - qubit
  - research
  - science
  - SDK
  - simulation
  - software development toolkit
  - software

GitHub Events

Total
  • Create event: 120
  • Release event: 2
  • Issues event: 71
  • Watch event: 94
  • Delete event: 109
  • Member event: 1
  • Issue comment event: 133
  • Push event: 187
  • Pull request review event: 92
  • Pull request review comment event: 56
  • Pull request event: 303
  • Fork event: 31
Last Year
  • Create event: 120
  • Release event: 2
  • Issues event: 71
  • Watch event: 94
  • Delete event: 109
  • Member event: 1
  • Issue comment event: 133
  • Push event: 187
  • Pull request review event: 92
  • Pull request review comment event: 56
  • Pull request event: 303
  • Fork event: 31

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 679
  • Total Committers: 79
  • Avg Commits per committer: 8.595
  • Development Distribution Score (DDS): 0.778
Past Year
  • Commits: 113
  • Committers: 5
  • Avg Commits per committer: 22.6
  • Development Distribution Score (DDS): 0.274
Top Committers
Name Email Commits
Kevin J. Sung k****g 151
Ryan Babbush r****h@g****m 126
Michael Hucka m****a@g****m 82
Nicholas Rubin r****0@g****m 47
dependabot[bot] 4****] 43
Jarrod j****c@g****m 17
idk3 k****n@g****u 17
obriente t****n@g****m 15
Fionn Malone f****e@g****m 15
Doug Strain d****n@g****m 11
Sheila 3****l 10
Bryan A. O'Gorman b****n@g****m 10
Isil Ozfidan i****n@d****m 9
Victory Omole v****2@g****m 9
Dave Bacon d****n@g****m 8
Matthew Harrigan m****n@g****m 8
Billy Lamberta b****b@g****m 6
Craig Gidney C****y@g****m 4
Max Radin r****x@g****m 4
Ryan LaRose r****e@u****u 4
Xavi Bonet b****t@l****l 4
yudongcao y****o@f****u 3
Adam Zalcman 4****r 3
Bruno Senjean b****n@g****m 3
Josh Izaac j****6@g****m 3
MichaelBroughton M****n 3
Wei Sun s****9@g****m 3
Yash Katariya y****a@g****m 2
Tanuj Khattar t****r@g****m 2
Stan Bergevoet s****t@g****m 2
and 49 more...

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 114
  • Total pull requests: 422
  • Average time to close issues: about 2 years
  • Average time to close pull requests: 10 days
  • Total issue authors: 49
  • Total pull request authors: 34
  • Average comments per issue: 1.83
  • Average comments per pull request: 0.52
  • Merged pull requests: 297
  • Bot issues: 0
  • Bot pull requests: 122
Past Year
  • Issues: 33
  • Pull requests: 293
  • Average time to close issues: 19 days
  • Average time to close pull requests: 2 days
  • Issue authors: 9
  • Pull request authors: 9
  • Average comments per issue: 0.42
  • Average comments per pull request: 0.19
  • Merged pull requests: 200
  • Bot issues: 0
  • Bot pull requests: 90
Top Authors
Issue Authors
  • mhucka (26)
  • kevinsung (15)
  • fdmalone (9)
  • PabloAMC (5)
  • yurivict (3)
  • cvjjm (3)
  • mpharrigan (3)
  • michaelkaicher (3)
  • obriente (2)
  • buttercutter (2)
  • snow0369 (2)
  • rayguncertified1 (2)
  • kapawlak (2)
  • dependabot[bot] (1)
  • babbush (1)
Pull Request Authors
  • mhucka (182)
  • dependabot[bot] (131)
  • ncrubin (25)
  • fdmalone (20)
  • dstrain115 (14)
  • mpharrigan (7)
  • SmikPatel (4)
  • aleksey-uvarov (4)
  • rayguncertified1 (4)
  • vtomole (4)
  • tanujkhattar (3)
  • JerryChen97 (2)
  • WhiteSymmetry (2)
  • snow0369 (2)
  • MarkDaoust (2)
Top Labels
Issue Labels
area/functionality (8) feature request (7) bug (7) dependency bug (5) somebody's on it (5) improvement (5) help wanted (4) possible bug (3) docs (2) feedback wanted (2) area/uccsd (1) status/waiting-for-reply (1) status/stale (1) BREAKING CHANGE (1) area/performance (1) priority/p1 (1) good first issue (1)
Pull Request Labels
dependency bug (115) github workflows (44) cla: yes (26) area/dependencies (10) area/devops (10) improvement (4) dependencies (3) python (3) feedback wanted (1)

Packages

  • Total packages: 3
  • Total downloads: unknown
  • Total dependent packages: 6
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 32
proxy.golang.org: github.com/quantumlib/OpenFermion
  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.4%
Average: 6.7%
Dependent repos count: 6.9%
Last synced: 4 months ago
proxy.golang.org: github.com/quantumlib/openfermion
  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.4%
Average: 6.7%
Dependent repos count: 6.9%
Last synced: 4 months ago
conda-forge.org: openfermion
  • Versions: 6
  • Dependent Packages: 6
  • Dependent Repositories: 0
Rankings
Forks count: 8.2%
Dependent packages count: 9.0%
Stargazers count: 10.1%
Average: 15.3%
Dependent repos count: 34.0%
Last synced: 4 months ago

Dependencies

docs/tutorials/tutorial-requirements.txt pypi
  • h5py >=2.8
  • jupyter *
  • matplotlib *
  • nbformat *
  • networkx *
  • numpy >=1.11.0
  • pubchempy *
  • scipy >=1.1.0
rtd_docs/requirements.txt pypi
  • Sphinx *
  • myst-parser *
  • sphinx-notfound-page *
  • sphinx_rtd_theme *
.github/workflows/ci.yml actions
  • actions/checkout v1 composite
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • actions/setup-python v2 composite
.github/workflows/nightly.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
dev_tools/requirements/dev.env.txt pypi
  • astroid ==2.13.5 development
  • attrs ==23.1.0 development
  • bleach ==6.0.0 development
  • build ==0.10.0 development
  • certifi ==2023.7.22 development
  • cffi ==1.15.1 development
  • charset-normalizer ==3.1.0 development
  • cirq-core ==1.1.0 development
  • click ==8.1.3 development
  • contourpy ==1.0.7 development
  • coverage ==7.2.5 development
  • cryptography ==41.0.3 development
  • cycler ==0.11.0 development
  • deprecation ==2.1.0 development
  • dill ==0.3.6 development
  • distlib ==0.3.6 development
  • docutils ==0.20.1 development
  • duet ==0.2.8 development
  • exceptiongroup ==1.1.1 development
  • execnet ==1.9.0 development
  • fastjsonschema ==2.17.1 development
  • filelock ==3.12.0 development
  • fonttools ==4.39.4 development
  • h5py ==3.8.0 development
  • idna ==3.4 development
  • importlib-metadata ==6.6.0 development
  • iniconfig ==2.0.0 development
  • isort ==5.10.1 development
  • jaraco-classes ==3.2.3 development
  • jeepney ==0.8.0 development
  • jsonschema ==4.17.3 development
  • jupyter-core ==5.3.0 development
  • keyring ==23.13.1 development
  • kiwisolver ==1.4.4 development
  • lazy-object-proxy ==1.9.0 development
  • markdown-it-py ==2.2.0 development
  • matplotlib ==3.7.1 development
  • mccabe ==0.7.0 development
  • mdurl ==0.1.2 development
  • more-itertools ==9.1.0 development
  • mpmath ==1.3.0 development
  • mypy ==0.782 development
  • mypy-extensions ==0.4.4 development
  • nbformat ==5.8.0 development
  • networkx ==2.8.8 development
  • numpy ==1.23.5 development
  • packaging ==23.1 development
  • pandas ==2.0.1 development
  • pillow ==9.5.0 development
  • pip-tools ==6.13.0 development
  • pkginfo ==1.9.6 development
  • platformdirs ==3.5.1 development
  • pluggy ==1.0.0 development
  • pubchempy ==1.0.4 development
  • pycparser ==2.21 development
  • pygments ==2.15.1 development
  • pylint ==2.15.10 development
  • pyparsing ==3.0.9 development
  • pyproject-hooks ==1.0.0 development
  • pyrsistent ==0.19.3 development
  • pytest ==7.3.1 development
  • pytest-asyncio ==0.21.0 development
  • pytest-cov ==4.0.0 development
  • pytest-xdist ==3.3.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3 development
  • readme-renderer ==37.3 development
  • requests ==2.31.0 development
  • requests-toolbelt ==1.0.0 development
  • rfc3986 ==2.0.0 development
  • rich ==13.3.5 development
  • scipy ==1.9.3 development
  • secretstorage ==3.3.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tomlkit ==0.11.8 development
  • tqdm ==4.65.0 development
  • traitlets ==5.9.0 development
  • twine ==4.0.2 development
  • typed-ast ==1.4.3 development
  • typing-extensions ==4.6.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.2 development
  • virtualenv ==20.23.0 development
  • webencodings ==0.5.1 development
  • wheel ==0.40.0 development
  • wrapt ==1.15.0 development
  • yapf ==0.27.0 development
  • zipp ==3.15.0 development
dev_tools/requirements/format.env.txt pypi
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.1.0 development
  • cirq-core ==1.1.0 development
  • contourpy ==1.0.7 development
  • cycler ==0.11.0 development
  • deprecation ==2.1.0 development
  • duet ==0.2.8 development
  • fonttools ==4.39.4 development
  • h5py ==3.8.0 development
  • idna ==3.4 development
  • kiwisolver ==1.4.4 development
  • matplotlib ==3.7.1 development
  • mpmath ==1.3.0 development
  • networkx ==2.8.8 development
  • numpy ==1.23.5 development
  • packaging ==23.1 development
  • pandas ==2.0.1 development
  • pillow ==9.5.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.0.9 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tqdm ==4.65.0 development
  • typing-extensions ==4.6.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.2 development
  • yapf ==0.27.0 development
dev_tools/requirements/mypy.env.txt pypi
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.1.0 development
  • cirq-core ==1.1.0 development
  • contourpy ==1.0.7 development
  • cycler ==0.11.0 development
  • deprecation ==2.1.0 development
  • duet ==0.2.8 development
  • fonttools ==4.39.4 development
  • h5py ==3.8.0 development
  • idna ==3.4 development
  • kiwisolver ==1.4.4 development
  • matplotlib ==3.7.1 development
  • mpmath ==1.3.0 development
  • mypy ==0.782 development
  • mypy-extensions ==0.4.4 development
  • networkx ==2.8.8 development
  • numpy ==1.23.5 development
  • packaging ==23.1 development
  • pandas ==2.0.1 development
  • pillow ==9.5.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.0.9 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tqdm ==4.65.0 development
  • typed-ast ==1.4.3 development
  • typing-extensions ==4.6.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.2 development
dev_tools/requirements/pylint.env.txt pypi
  • astroid ==2.13.5 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.1.0 development
  • cirq-core ==1.1.0 development
  • contourpy ==1.0.7 development
  • cycler ==0.11.0 development
  • deprecation ==2.1.0 development
  • dill ==0.3.6 development
  • duet ==0.2.8 development
  • fonttools ==4.39.4 development
  • h5py ==3.8.0 development
  • idna ==3.4 development
  • isort ==5.12.0 development
  • kiwisolver ==1.4.4 development
  • lazy-object-proxy ==1.9.0 development
  • matplotlib ==3.7.1 development
  • mccabe ==0.7.0 development
  • mpmath ==1.3.0 development
  • networkx ==2.8.8 development
  • numpy ==1.23.5 development
  • packaging ==23.1 development
  • pandas ==2.0.1 development
  • pillow ==9.5.0 development
  • platformdirs ==3.5.1 development
  • pubchempy ==1.0.4 development
  • pylint ==2.15.10 development
  • pyparsing ==3.0.9 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tomlkit ==0.11.8 development
  • tqdm ==4.65.0 development
  • typing-extensions ==4.6.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.2 development
  • wrapt ==1.15.0 development
dev_tools/requirements/pytest.env.txt pypi
  • attrs ==23.1.0 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.1.0 development
  • cirq-core ==1.1.0 development
  • contourpy ==1.0.7 development
  • coverage ==7.2.5 development
  • cycler ==0.11.0 development
  • deprecation ==2.1.0 development
  • duet ==0.2.8 development
  • exceptiongroup ==1.1.1 development
  • execnet ==1.9.0 development
  • fastjsonschema ==2.17.1 development
  • fonttools ==4.39.4 development
  • h5py ==3.8.0 development
  • idna ==3.4 development
  • iniconfig ==2.0.0 development
  • jsonschema ==4.17.3 development
  • jupyter-core ==5.3.0 development
  • kiwisolver ==1.4.4 development
  • matplotlib ==3.7.1 development
  • mpmath ==1.3.0 development
  • nbformat ==5.8.0 development
  • networkx ==2.8.8 development
  • numpy ==1.23.5 development
  • packaging ==23.1 development
  • pandas ==2.0.1 development
  • pillow ==9.5.0 development
  • platformdirs ==3.5.1 development
  • pluggy ==1.0.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.0.9 development
  • pyrsistent ==0.19.3 development
  • pytest ==7.3.1 development
  • pytest-asyncio ==0.21.0 development
  • pytest-cov ==4.0.0 development
  • pytest-xdist ==3.3.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tqdm ==4.65.0 development
  • traitlets ==5.9.0 development
  • typing-extensions ==4.6.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.2 development
dev_tools/requirements/resource_estimates.env.txt pypi
  • ase ==3.22.1 development
  • attrs ==23.1.0 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.1.0 development
  • cirq-core ==1.1.0 development
  • contourpy ==1.0.7 development
  • coverage ==7.2.5 development
  • cycler ==0.11.0 development
  • deprecation ==2.1.0 development
  • duet ==0.2.8 development
  • exceptiongroup ==1.1.1 development
  • execnet ==1.9.0 development
  • fastjsonschema ==2.17.1 development
  • fonttools ==4.39.4 development
  • h5py ==3.8.0 development
  • idna ==3.4 development
  • iniconfig ==2.0.0 development
  • jax ==0.4.14 development
  • jaxlib ==0.4.14 development
  • jsonschema ==4.17.3 development
  • jupyter-core ==5.3.0 development
  • kiwisolver ==1.4.4 development
  • matplotlib ==3.7.1 development
  • ml-dtypes ==0.2.0 development
  • mpmath ==1.3.0 development
  • nbformat ==5.8.0 development
  • networkx ==2.8.8 development
  • numpy ==1.23.5 development
  • opt-einsum ==3.3.0 development
  • packaging ==23.1 development
  • pandas ==2.0.1 development
  • pillow ==9.5.0 development
  • platformdirs ==3.5.1 development
  • pluggy ==1.0.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.0.9 development
  • pyrsistent ==0.19.3 development
  • pyscf ==2.3.0 development
  • pytest ==7.3.1 development
  • pytest-asyncio ==0.21.0 development
  • pytest-cov ==4.0.0 development
  • pytest-xdist ==3.3.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tqdm ==4.65.0 development
  • traitlets ==5.9.0 development
  • typing-extensions ==4.6.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.2 development
dev_tools/requirements/runtime.env.txt pypi
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.1.0 development
  • cirq-core ==1.1.0 development
  • contourpy ==1.0.7 development
  • cycler ==0.11.0 development
  • deprecation ==2.1.0 development
  • duet ==0.2.8 development
  • fonttools ==4.39.4 development
  • h5py ==3.8.0 development
  • idna ==3.4 development
  • kiwisolver ==1.4.4 development
  • matplotlib ==3.7.1 development
  • mpmath ==1.3.0 development
  • networkx ==2.8.8 development
  • numpy ==1.23.5 development
  • packaging ==23.1 development
  • pandas ==2.0.1 development
  • pillow ==9.5.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.0.9 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tqdm ==4.65.0 development
  • typing-extensions ==4.6.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.2 development
setup.py pypi
dev_tools/requirements/Dockerfile docker
  • python ${PYTHON_VERSION} build
dev_tools/requirements/envs/dev.env.txt pypi
  • ase ==3.22.1 development
  • astroid ==2.13.5 development
  • attrs ==23.1.0 development
  • black ==23.3.0 development
  • build ==1.0.3 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.3.0 development
  • cirq-core ==1.2.0 development
  • click ==8.1.7 development
  • contourpy ==1.1.1 development
  • coverage ==7.3.2 development
  • cycler ==0.12.1 development
  • deprecation ==2.1.0 development
  • dill ==0.3.7 development
  • duet ==0.2.9 development
  • exceptiongroup ==1.1.3 development
  • execnet ==2.0.2 development
  • fastjsonschema ==2.18.1 development
  • fonttools ==4.43.1 development
  • h5py ==3.10.0 development
  • idna ==3.4 development
  • iniconfig ==2.0.0 development
  • isort ==5.12.0 development
  • jax ==0.4.19 development
  • jaxlib ==0.4.19 development
  • jsonschema ==4.19.1 development
  • jsonschema-specifications ==2023.7.1 development
  • jupyter-core ==5.4.0 development
  • kiwisolver ==1.4.5 development
  • lazy-object-proxy ==1.9.0 development
  • matplotlib ==3.8.0 development
  • mccabe ==0.7.0 development
  • ml-dtypes ==0.3.1 development
  • mpmath ==1.3.0 development
  • mypy ==0.782 development
  • mypy-extensions ==0.4.4 development
  • nbformat ==5.9.2 development
  • networkx ==3.2 development
  • numpy ==1.25.2 development
  • opt-einsum ==3.3.0 development
  • packaging ==23.2 development
  • pandas ==2.1.1 development
  • pathspec ==0.11.2 development
  • pillow ==10.1.0 development
  • pip-tools ==7.3.0 development
  • platformdirs ==3.11.0 development
  • pluggy ==1.3.0 development
  • pubchempy ==1.0.4 development
  • pylint ==2.15.10 development
  • pyparsing ==3.1.1 development
  • pyproject-hooks ==1.0.0 development
  • pyscf ==2.4.0 development
  • pytest ==7.4.2 development
  • pytest-asyncio ==0.21.1 development
  • pytest-cov ==4.1.0 development
  • pytest-xdist ==3.3.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3.post1 development
  • referencing ==0.30.2 development
  • requests ==2.31.0 development
  • rpds-py ==0.10.6 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tomlkit ==0.12.1 development
  • tqdm ==4.66.1 development
  • traitlets ==5.11.2 development
  • typed-ast ==1.4.3 development
  • typing-extensions ==4.8.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.7 development
  • wheel ==0.41.2 development
  • wrapt ==1.15.0 development
dev_tools/requirements/envs/format.env.txt pypi
  • black ==23.3.0 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.3.0 development
  • cirq-core ==1.2.0 development
  • click ==8.1.7 development
  • contourpy ==1.1.1 development
  • cycler ==0.12.1 development
  • deprecation ==2.1.0 development
  • duet ==0.2.9 development
  • fonttools ==4.43.1 development
  • h5py ==3.10.0 development
  • idna ==3.4 development
  • kiwisolver ==1.4.5 development
  • matplotlib ==3.8.0 development
  • mpmath ==1.3.0 development
  • mypy-extensions ==0.4.4 development
  • networkx ==3.2 development
  • numpy ==1.25.2 development
  • packaging ==23.2 development
  • pandas ==2.1.1 development
  • pathspec ==0.11.2 development
  • pillow ==10.1.0 development
  • platformdirs ==3.11.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.1.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3.post1 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tqdm ==4.66.1 development
  • typing-extensions ==4.8.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.7 development
dev_tools/requirements/envs/mypy.env.txt pypi
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.3.0 development
  • cirq-core ==1.2.0 development
  • contourpy ==1.1.1 development
  • cycler ==0.12.1 development
  • deprecation ==2.1.0 development
  • duet ==0.2.9 development
  • fonttools ==4.43.1 development
  • h5py ==3.10.0 development
  • idna ==3.4 development
  • kiwisolver ==1.4.5 development
  • matplotlib ==3.8.0 development
  • mpmath ==1.3.0 development
  • mypy ==0.782 development
  • mypy-extensions ==0.4.4 development
  • networkx ==3.2 development
  • numpy ==1.25.2 development
  • packaging ==23.2 development
  • pandas ==2.1.1 development
  • pillow ==10.1.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.1.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3.post1 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tqdm ==4.66.1 development
  • typed-ast ==1.4.3 development
  • typing-extensions ==4.8.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.7 development
dev_tools/requirements/envs/pip-tools.env.txt pypi
  • build ==1.0.3 development
  • click ==8.1.7 development
  • packaging ==23.2 development
  • pip-tools ==7.3.0 development
  • pyproject-hooks ==1.0.0 development
  • tomli ==2.0.1 development
  • wheel ==0.41.2 development
dev_tools/requirements/envs/pylint.env.txt pypi
  • astroid ==2.13.5 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.3.0 development
  • cirq-core ==1.2.0 development
  • contourpy ==1.1.1 development
  • cycler ==0.12.1 development
  • deprecation ==2.1.0 development
  • dill ==0.3.7 development
  • duet ==0.2.9 development
  • fonttools ==4.43.1 development
  • h5py ==3.10.0 development
  • idna ==3.4 development
  • isort ==5.12.0 development
  • kiwisolver ==1.4.5 development
  • lazy-object-proxy ==1.9.0 development
  • matplotlib ==3.8.0 development
  • mccabe ==0.7.0 development
  • mpmath ==1.3.0 development
  • networkx ==3.2 development
  • numpy ==1.25.2 development
  • packaging ==23.2 development
  • pandas ==2.1.1 development
  • pillow ==10.1.0 development
  • platformdirs ==3.11.0 development
  • pubchempy ==1.0.4 development
  • pylint ==2.15.10 development
  • pyparsing ==3.1.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3.post1 development
  • requests ==2.31.0 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tomlkit ==0.12.1 development
  • tqdm ==4.66.1 development
  • typing-extensions ==4.8.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.7 development
  • wrapt ==1.15.0 development
dev_tools/requirements/envs/pytest-extra.env.txt pypi
  • ase ==3.22.1 development
  • attrs ==23.1.0 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.3.0 development
  • cirq-core ==1.2.0 development
  • contourpy ==1.1.1 development
  • coverage ==7.3.2 development
  • cycler ==0.12.1 development
  • deprecation ==2.1.0 development
  • duet ==0.2.9 development
  • exceptiongroup ==1.1.3 development
  • execnet ==2.0.2 development
  • fastjsonschema ==2.18.1 development
  • fonttools ==4.43.1 development
  • h5py ==3.10.0 development
  • idna ==3.4 development
  • iniconfig ==2.0.0 development
  • jax ==0.4.19 development
  • jaxlib ==0.4.19 development
  • jsonschema ==4.19.1 development
  • jsonschema-specifications ==2023.7.1 development
  • jupyter-core ==5.4.0 development
  • kiwisolver ==1.4.5 development
  • matplotlib ==3.8.0 development
  • ml-dtypes ==0.3.1 development
  • mpmath ==1.3.0 development
  • nbformat ==5.9.2 development
  • networkx ==3.2 development
  • numpy ==1.25.2 development
  • opt-einsum ==3.3.0 development
  • packaging ==23.2 development
  • pandas ==2.1.1 development
  • pillow ==10.1.0 development
  • platformdirs ==3.11.0 development
  • pluggy ==1.3.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.1.1 development
  • pyscf ==2.4.0 development
  • pytest ==7.4.2 development
  • pytest-asyncio ==0.21.1 development
  • pytest-cov ==4.1.0 development
  • pytest-xdist ==3.3.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3.post1 development
  • referencing ==0.30.2 development
  • requests ==2.31.0 development
  • rpds-py ==0.10.6 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tqdm ==4.66.1 development
  • traitlets ==5.11.2 development
  • typing-extensions ==4.8.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.7 development
dev_tools/requirements/envs/pytest.env.txt pypi
  • attrs ==23.1.0 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.3.0 development
  • cirq-core ==1.2.0 development
  • contourpy ==1.1.1 development
  • coverage ==7.3.2 development
  • cycler ==0.12.1 development
  • deprecation ==2.1.0 development
  • duet ==0.2.9 development
  • exceptiongroup ==1.1.3 development
  • execnet ==2.0.2 development
  • fastjsonschema ==2.18.1 development
  • fonttools ==4.43.1 development
  • h5py ==3.10.0 development
  • idna ==3.4 development
  • iniconfig ==2.0.0 development
  • jsonschema ==4.19.1 development
  • jsonschema-specifications ==2023.7.1 development
  • jupyter-core ==5.4.0 development
  • kiwisolver ==1.4.5 development
  • matplotlib ==3.8.0 development
  • mpmath ==1.3.0 development
  • nbformat ==5.9.2 development
  • networkx ==3.2 development
  • numpy ==1.25.2 development
  • packaging ==23.2 development
  • pandas ==2.1.1 development
  • pillow ==10.1.0 development
  • platformdirs ==3.11.0 development
  • pluggy ==1.3.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.1.1 development
  • pytest ==7.4.2 development
  • pytest-asyncio ==0.21.1 development
  • pytest-cov ==4.1.0 development
  • pytest-xdist ==3.3.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3.post1 development
  • referencing ==0.30.2 development
  • requests ==2.31.0 development
  • rpds-py ==0.10.6 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tqdm ==4.66.1 development
  • traitlets ==5.11.2 development
  • typing-extensions ==4.8.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.7 development
dev_tools/requirements/max_compat/dev.env.txt pypi
  • attrs ==23.1.0 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.3.0 development
  • cirq-core ==1.0.0 development
  • contourpy ==1.1.1 development
  • coverage ==7.3.2 development
  • cycler ==0.12.1 development
  • deprecation ==2.1.0 development
  • duet ==0.2.8 development
  • exceptiongroup ==1.1.3 development
  • execnet ==2.0.2 development
  • fastjsonschema ==2.18.1 development
  • fonttools ==4.43.1 development
  • h5py ==3.10.0 development
  • idna ==3.4 development
  • importlib-resources ==6.1.0 development
  • iniconfig ==2.0.0 development
  • jsonschema ==4.19.1 development
  • jsonschema-specifications ==2023.7.1 development
  • jupyter-core ==5.4.0 development
  • kiwisolver ==1.4.5 development
  • matplotlib ==3.7.3 development
  • mpmath ==1.3.0 development
  • nbformat ==5.9.2 development
  • networkx ==2.8.8 development
  • numpy ==1.24.4 development
  • packaging ==23.2 development
  • pandas ==2.0.3 development
  • pillow ==10.1.0 development
  • pkgutil-resolve-name ==1.3.10 development
  • platformdirs ==3.11.0 development
  • pluggy ==1.3.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.1.1 development
  • pytest ==7.4.2 development
  • pytest-asyncio ==0.21.1 development
  • pytest-cov ==4.1.0 development
  • pytest-xdist ==3.3.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3.post1 development
  • referencing ==0.30.2 development
  • requests ==2.31.0 development
  • rpds-py ==0.10.6 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tqdm ==4.66.1 development
  • traitlets ==5.11.2 development
  • typing-extensions ==4.8.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.7 development
  • zipp ==3.17.0 development
dev_tools/requirements/max_compat/pytest-max-compat.env.txt pypi
  • attrs ==23.1.0 development
  • certifi ==2023.7.22 development
  • charset-normalizer ==3.3.0 development
  • cirq-core ==1.0.0 development
  • contourpy ==1.1.1 development
  • coverage ==7.3.2 development
  • cycler ==0.12.1 development
  • deprecation ==2.1.0 development
  • duet ==0.2.8 development
  • exceptiongroup ==1.1.3 development
  • execnet ==2.0.2 development
  • fastjsonschema ==2.18.1 development
  • fonttools ==4.43.1 development
  • h5py ==3.10.0 development
  • idna ==3.4 development
  • importlib-resources ==6.1.0 development
  • iniconfig ==2.0.0 development
  • jsonschema ==4.19.1 development
  • jsonschema-specifications ==2023.7.1 development
  • jupyter-core ==5.4.0 development
  • kiwisolver ==1.4.5 development
  • matplotlib ==3.7.3 development
  • mpmath ==1.3.0 development
  • nbformat ==5.9.2 development
  • networkx ==2.8.8 development
  • numpy ==1.24.4 development
  • packaging ==23.2 development
  • pandas ==2.0.3 development
  • pillow ==10.1.0 development
  • pkgutil-resolve-name ==1.3.10 development
  • platformdirs ==3.11.0 development
  • pluggy ==1.3.0 development
  • pubchempy ==1.0.4 development
  • pyparsing ==3.1.1 development
  • pytest ==7.4.2 development
  • pytest-asyncio ==0.21.1 development
  • pytest-cov ==4.1.0 development
  • pytest-xdist ==3.3.1 development
  • python-dateutil ==2.8.2 development
  • pytz ==2023.3.post1 development
  • referencing ==0.30.2 development
  • requests ==2.31.0 development
  • rpds-py ==0.10.6 development
  • scipy ==1.9.3 development
  • six ==1.16.0 development
  • sortedcontainers ==2.4.0 development
  • sympy ==1.12 development
  • tomli ==2.0.1 development
  • tqdm ==4.66.1 development
  • traitlets ==5.11.2 development
  • typing-extensions ==4.8.0 development
  • tzdata ==2023.3 development
  • urllib3 ==2.0.7 development
  • zipp ==3.17.0 development
pyproject.toml pypi