Skip to content

Qadence 2 repository: house for blocks, expressions, compiler, runtime, platforms (quantum model and backends) and data types handling modules.

Notifications You must be signed in to change notification settings

pasqal-io/qadence2-core

Repository files navigation

Qadence 2

Notice: Qadence 2 is currently a work in progress and is under active development. Please be aware that the software is in an early stage, and frequent updates, including breaking changes, are to be expected. This means that:

  • Features and functionalities may change without prior notice.
  • The codebase is still evolving, and parts of the software may not function as intended.
  • Documentation and user guides may be incomplete or subject to significant changes.

Installation

Note: it is adviced to set up a python environment before installing the package.

To install the current version, there are a few options:

Installation from PYPI

On the terminal, type

pip install qadence2

Installation from Source

Clone this repository by typing on the terminal

git clone https://github.com/pasqal-io/qadence2-core.git

Go to qadence2-core folder and install it using hatch

hatch -v shell

Contributing

Before making a contribution, please review our code of conduct.

  • Submitting Issues: To submit bug reports or feature requests, please use our issue tracker.
  • Developing in qadence: To learn more about how to develop within qadence, please refer to contributing guidelines.

Setting up qadence in development mode

We recommend to use the hatch environment manager to install qadence from source:

python -m pip install hatch

# get into a shell with all the dependencies
python -m hatch shell

# run a command within the virtual environment with all the dependencies
python -m hatch run python my_script.py

License

Qadence 2 is a free and open source software package, released under the Apache License, Version 2.0.

About

Qadence 2 repository: house for blocks, expressions, compiler, runtime, platforms (quantum model and backends) and data types handling modules.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages