Skip to main content

ACE: Open Quantum System simulator based primarily on process tensors, path integrals, and tensor networks

Project description

ACE:

Code for numerically-exact simulations of open quantum systems using the Automated Compression of Environments (ACE) method

Original author: Moritz Cygorek

Installation:

Linux:

Go to ACE directory and type "make"

The Eigen library has to available. The Makefile tries "/usr/include/eigen3/". If it's located elsewhere, please set the environment variable "EIGEN_HOME" during compilation.

The Intel MKL is automatically used if set up correctly on the system.

Successful compilation produces a binary "ACE" in the "bin" subdirectory

If "pybind11" is installed, python bindings can be generated with "make pybind". See examples in pybind subdirectory.

Windows:

WSL2:

First, install WSL2 with Ubuntu and update the repository. To this end, open the PowerShell and type:

wsl --install Ubuntu

sudo apt-get update

sudo apt-get upgrade

Next, install C++ and Python compilers as well as required libraries

sudo apt install g++ make libeigen3-dev

sudo apt install python3-dev python3-matplotlib

Then, clone the github repository and compile (including python bindings)

cd

git clone https://github.com/mcygorek/ACE

cd ACE

make

Now, there should be a binary file "ACE" in the "bin" subdirectory. Ideally, set the path to this directory by appending to your local .bashrc

export PATH=$PATH:/PATH_TO/ACE/bin where PATH_TO is to be replaced by the path to the ACE directory, typically /home/USERNAME/ with the name of the user USERNAME

Try running examples, e.g.

ACE ACE/examples/JCP2024/Fig5/phonon_assisted.param

Python bindings

The ACE library provides Python bindings via pybind11. To install this, run

sudo apt install python3-pybind11

and in the ACE directory

make pybind

You can check out the python examples in the ACE/pybind subdirectory, e.g.,

python3 /PATH_TO/ACE/pybind/06_cQED.py but be sure to edit the second line and replace the /.../ by /PATH_TO/

Jupyter notebooks

If you want to use .ipynb notebooks, you can install jupyter on WSL, then access the notebooks via your regular browser (outside of WSL):

sudo apt install python3-notebook

If you run

jupyter-notebook

you will see a link (starting with "localhost:8888/"). Copy this long URL into your browser and go there. To try out the examples in the ACE/pybind subdirectory, make sure to copy the content of the .py files into newly created .ipynb notebook files. Note: the ".../ACE/pybind" in the second line in the examples should be replaced by "/home/WSLUSER/ACE/pybind", where WSLUSER is the username provided when installing WSL.

VS Code with WSL extension

There is an extension to VS Code that lets you access WSL. Just make sure you have

sudo apt install python3-ipython

installed on WSL and you should be able to access .ipynb notebooks on WSL using VS Code.

MSYS2:

A precompiled ACE.exe is included for easy usage, which however comes with limited functionality and suboptimal performance, and it may be outdated. A new Windows executable can be created with MSYS2:

First, install and run MSYS2. Then, in the UCRT version of MSYS2, run

pacman -S mingw-w64-ucrt-x86_64-toolchain

pacman -S mingw-w64-ucrt-x86_64-eigen3

pacman -S git

pacman -S make

git clone https://github.com/mcygorek/ACE

export EIGEN_HOME=/ucrt64/include/eigen3

cd ACE; make -f Makefile_static

Successful compilation produces a binary "ACE.exe" in the "bin" subdirectory

Python bindings on MSYS2 have not been tested yet.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ace_oqs-1.3.0-cp314-cp314-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.14Windows x86-64

ace_oqs-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ace_oqs-1.3.0-cp314-cp314-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ace_oqs-1.3.0-cp314-cp314-macosx_10_15_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

ace_oqs-1.3.0-cp313-cp313-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.13Windows x86-64

ace_oqs-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ace_oqs-1.3.0-cp313-cp313-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ace_oqs-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

ace_oqs-1.3.0-cp312-cp312-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.12Windows x86-64

ace_oqs-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ace_oqs-1.3.0-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ace_oqs-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

ace_oqs-1.3.0-cp311-cp311-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11Windows x86-64

ace_oqs-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ace_oqs-1.3.0-cp311-cp311-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ace_oqs-1.3.0-cp311-cp311-macosx_10_13_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

ace_oqs-1.3.0-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86-64

ace_oqs-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ace_oqs-1.3.0-cp310-cp310-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ace_oqs-1.3.0-cp310-cp310-macosx_10_13_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

File details

Details for the file ace_oqs-1.3.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ace_oqs-1.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ace_oqs-1.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 398e7f2ac255ee58fd04ef20e047d3f7060a6e661f6eeb9290de80b23736134a
MD5 8196ef1f8f0db0e3cbd824dec2511eb8
BLAKE2b-256 9decee2f5b782a66fab3d4b64816144bbaaa57ecc5541c78c34d18840f6a24d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c5cd77ecc92a3f0f54421e29d8a5d367fd88a3b485dd075dbb793cac076dd8d
MD5 e12a7e0b401562eda3395b72c741220a
BLAKE2b-256 07521177d43d87ce877c852eaa2b29bae5575c03c64f94c6510791ada16100de

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ca5bb7821c8200b154bfe917bc6b9ffc3f410c546b0f1383ba8b6b2803ceb84
MD5 0242da291fc907aad9003d59574815f1
BLAKE2b-256 8c5dc1e8218625c5001d26823cec5ae4c3feccc0d4fa4a6e30538125f22daa0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 49c83c1cbb9e7d60a7d2aa6663a6a4977bbc2817eb2271caf587acf8e705e698
MD5 b517e88cb27ceaf94cb47414bbd2e898
BLAKE2b-256 617f333f50228ede687056a99433ddfa73c3d803d8d6de8a46ec083f77fb87be

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ace_oqs-1.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ace_oqs-1.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 be08d387a62597b4e1cbb3c8f11eab6cf07ddfa6d0ed1ec9d8c04ca01c7e2cf2
MD5 eaafb8984c413b074900d06be1ea9a72
BLAKE2b-256 8d4ba650fbfed8f3722e85940dbc22b8c25dd6865d3d397555b670b84253dfc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5067eab2ef1b9ea333ce1a8897eda42281eccbe6301402a6308b55e8b941d83
MD5 425e0d10761b4b320058da75465732d7
BLAKE2b-256 93a3564786901081775818b5a5997d9f4a5d70eb8780fa143723477915ff96d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06626864a616b762c3415abe23730f93f5d46d46e5f28ab36a69f4770b9f2ff5
MD5 bbe91445a96f1147bee5b8a120a6e67b
BLAKE2b-256 8951ff3f521a529a0b304a559691bb3fe3996722c94a7e90c8fc2229964a6d8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 396ced24d8f2af0da9249bae6ba7eea595e97c86d17c054cbe97e7485d342865
MD5 2832f3e06290a0399dbbbc59979105a7
BLAKE2b-256 8679caeac56d08dbe97a0459356dca62075e86fa5e333ca04e1a857dc4ef77c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ace_oqs-1.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ace_oqs-1.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 73c6df46465caf11208baa2ce74fd62b405de8f0767773ba57520d8071579da6
MD5 07e3246608f9b4db54f1d7cdf5e0eb34
BLAKE2b-256 42751a0709910865c13276179df1272b2f06aa14f1dc313055a6526e7ae288c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3298ac6b783b51d093257bbd4f6cfb0a797bb206f2f67fe9a7b88949ed600a0
MD5 edd7b4b23461d6d2fc0e578a68704322
BLAKE2b-256 3fd2fe7c94f589ba4d6eb4ed2b882fb3593a6f9a3dd7504afa92cf0ea5e18bb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4047d256d0dc986bd3b2e6b021c890321439532c2e9a2a7cb817f3c3f6b1d06f
MD5 2d81fb88aea8c33149293f6db7cfc76d
BLAKE2b-256 decf8227b52ee9765bfd33b296627eb83523a28b579f6b27a9aecfb0ba05bb45

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d595fc4364b7e7d9ef5b6bcab817b3a52488a587057660c8ae95b2338da1e67d
MD5 e76fb8a95e50c7e28881dd015bc1e446
BLAKE2b-256 69465f42ed1f0624725527d6df4c72a217e01c2d67850a72d543001a95d2d5e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ace_oqs-1.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ace_oqs-1.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a491a2d47dd73b9d34caf07f4966c6918cebf8ef3c06622f117c1518abef9dc3
MD5 d92e897b116c8a877e5aa7def2d8200f
BLAKE2b-256 e1b833cdf90c71f1c37a11c3663d6be40d8b46e73d0c522db0baa646b89481d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0357aa4f64586e793d6a8af8e1832e1520a06fc9e60cd4c3941a603897b2d85f
MD5 2c15a32f32618c7afbe450ed9e93bd1f
BLAKE2b-256 a4da3043ca78eefe80b3e3ea535e814e3e974fc77bad845ed22f6d9de2792de2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 054495b89e3c0b17c16f937356d7ece177075981d26d978368148a7b785f0ecf
MD5 bcdd0eacb644c1afe58611a827c7119a
BLAKE2b-256 dcf25c2a314933d929b53fcc30b89557c5515245f6de7eda4eb61335345659b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 25d24726813d8a4f307f27a51a3939bcd8dcde8c9fc53fa392185c4e0a673d86
MD5 ac1ff24fcb673aeb26dbbf809ee3e817
BLAKE2b-256 b4735edec8e08f3d4b4453683439892b20475c37bbeb8590a8e5929ea846c7b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp311-cp311-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ace_oqs-1.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ace_oqs-1.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 de19e4ef58583b7df4b5cc43820628b7d3eb262b08d65bb9449f4c1ec947be8e
MD5 bfaf07293890bf64754e46ea1232a800
BLAKE2b-256 87c99a415d5c5dc20f89693ddadbeba80760f3257afc64938f0d8e76f835b501

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56f48727578bbd2ef824bc313a89615d85df88ea787987f7ecf4397318da8c43
MD5 59cd8e73bfe9bb5ffcbd95504e6b4326
BLAKE2b-256 e719d437fb72ed2f4fddb8fd96fc730360b5dafa0c861fbf948558c84c593762

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16732563f8e22c612ca89de38c61ab3181af4a4f71c1933ac7ee2a07eb046a29
MD5 7edffaa52b9337d201cb5d277dc7a643
BLAKE2b-256 57a02d5ed9ae9073a68006d524c7b235b993258ae9c233a3d98521d060fb8356

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ace_oqs-1.3.0-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ace_oqs-1.3.0-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 efc716c66ac049a09e7dd356b30fecd5b4544cffe18d320d28960b110db6850c
MD5 31f49b09b0ffd2da9434202a65ca33a7
BLAKE2b-256 cd80175cb52e37cee6d552bf682fb0c7eee50af8dd08bd9292180fa0f9a50e96

See more details on using hashes here.

Provenance

The following attestation bundles were made for ace_oqs-1.3.0-cp310-cp310-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on mcygorek/ACE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page