Faster simulations of fermionic quantum circuits.
Project description
ffsim
Faster simulations of fermionic quantum circuits.
What is ffsim?
ffsim is a software library for simulating fermionic quantum circuits that conserve particle number and the Z component of spin. This category includes many quantum circuits used for quantum chemistry simulations. By exploiting the symmetries and using specialized algorithms, ffsim can simulate these circuits much faster than a generic quantum circuit simulator.
Experimental disclaimer: ffsim is currently an experimental release. Breaking changes may be introduced without warning.
Documentation
Documentation is located at the project website.
Supported platforms
ffsim is supported on Linux, macOS, and the Windows Subsystem for Linux (WSL). It is not supported on Windows.
Installation
From PyPI
ffsim is available on PyPI. It can be installed by running the command
pip install ffsim
From source
Installing ffsim from source requires the following system dependencies:
- A Rust compiler. See these instructions.
- A BLAS implementation.
- On macOS, ffsim uses the Accelerate framework that is included with the operating system, so no action is required.
- On Linux, ffsim uses OpenBLAS. You may be able to install it using your system package manager:
-
Arch Linux:
sudo pacman -S blas-openblas
-
Fedora:
sudo dnf install openblas-devel
-
Ubuntu:
sudo apt install libopenblas-dev
-
Once these dependencies are satisfied, ffsim can be installed by running the command
pip install .
from the root directory of the code repository.
Development
To set up ffsim for development, install it from source in editable mode along with the development requirements:
pip install -e ".[dev]"
If you add or modify any Rust modules, rebuild them by running the command
maturin develop
If you are benchmarking the code, then pass the --release
flag:
maturin develop --release
Tests and other code checks are managed using tox. To run the default tox environments, simply run
tox
To run a specific environment, for example, to run the lint checks, do
tox run -e lint
You can also use pytest
to run the tests directly. For example,
pytest tests/
Cite ffsim
You can cite ffsim using the following BibTeX:
@software{ffsim,
author = {{The ffsim developers}},
title = {ffsim},
url = {https://github.com/qiskit-community/ffsim}
}
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 Distributions
Hashes for ffsim-0.0.20-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f19c4fb2603b006f32effdf2384dfa85a9c8b59b5c8529db06b62a985d401f1c |
|
MD5 | ec2c25b3fe5bbc74b8704a361b72fdbe |
|
BLAKE2b-256 | 482329e772411a839a4674a8f6cbd3f63d4734c251ed8d23147a7664bd7386dc |
Hashes for ffsim-0.0.20-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39e81f1c98667ada2cd9153d631af72bf681118c9acbe8daed52a912448f3e15 |
|
MD5 | bc48658cc62db77c9b830ea3d8e4335c |
|
BLAKE2b-256 | 9fc4742b0b993c637e54f9b4bc8a5621aef9bb0728678aaebf9a544a020be56b |