Set up and run QAOA experiments
Project description
Installation
Usually it makes sense to use a new Python environment, to isolate your setup from the global Python installation. That way, you can play around without messing the rest of your system.
Using uv in terminal:
uv venv --python 3.11 source .venv/bin/activateUsing Conda in terminal:
conda create -n qaoa-library python=3.11 conda activate qaoa-libraryIn Visual Studio Code:
Open the list of commands Ctrl + Shift + p.
Select Python: Create Environment.
Select Venv.
Select the correct Python version.
Then run
pip install iqm-qaoa
If you have already installed the QAOA library and want to get the latest release you can add the --upgrade flag
pip install iqm-qaoa --upgrade
Documentation
Documentation for the latest version is available online.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iqm_qaoa-1.21.0.tar.gz.
File metadata
- Download URL: iqm_qaoa-1.21.0.tar.gz
- Upload date:
- Size: 330.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
414df43fdf75e4152c29bcc551b134cf4ff7401307b7fa624e3d3c50f73df22b
|
|
| MD5 |
7f544ed23ffd579669d36a13069bcb23
|
|
| BLAKE2b-256 |
1115cd3ef5563692e2b9d12cbfaf4c66c9ad68db8eaea6a817ad1c102b368723
|
File details
Details for the file iqm_qaoa-1.21.0-py3-none-any.whl.
File metadata
- Download URL: iqm_qaoa-1.21.0-py3-none-any.whl
- Upload date:
- Size: 181.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e19dc537075f6f3b9eebf94aab685a81774351a3df28c98d8c7c8e213d39cc6
|
|
| MD5 |
89839debd3af6ee2776bacaae4709129
|
|
| BLAKE2b-256 |
28e052ca2e32db2ddee9997acdb1f63728446c750e9c95001d24be2c250e8f6f
|