#quantum-simulation #quantum-computing #operator #python #systems #interface #struqture

struqture-py

Python interface of struqture, the HQS tool for representing operators, Hamiltonians and open systems

23 releases (14 stable)

2.0.0-alpha.0 Apr 5, 2024
1.6.1 Mar 5, 2024
1.6.0 Feb 2, 2024
1.5.2 Dec 6, 2023
1.0.0-beta.2 Nov 11, 2022

#968 in Science

Download history 100/week @ 2023-12-30 930/week @ 2024-01-06 401/week @ 2024-01-13 827/week @ 2024-01-20 899/week @ 2024-01-27 740/week @ 2024-02-03 481/week @ 2024-02-10 139/week @ 2024-02-17 1190/week @ 2024-02-24 1657/week @ 2024-03-02 262/week @ 2024-03-09 976/week @ 2024-03-16 926/week @ 2024-03-23 586/week @ 2024-03-30 643/week @ 2024-04-06

3,214 downloads per month
Used in 8 crates (via qoqo)

Apache-2.0

1MB
19K SLoC

Struqture

Struqture is a Rust (struqture) and Python (struqture-py) library by HQS Quantum Simulations to represent quantum mechanical operators, Hamiltonians and open quantum systems. The library supports building spin objects, fermionic objects, bosonic objects and mixed system objects that contain arbitrary many spin, fermionic and bosonic subsystems.

Struqture has been developed to create and exchange definitions of operators, Hamiltonians and open systems. A special focus is the use as input to quantum computing simulation software.

To best support this use case, struqture has a number of design goals:

  • Support for arbitrary spin, bosonic, fermionic and mixed systems
  • Full serialisation support to json and other formats
  • Preventing construction of unphysical objects by using well defined types for all objects in struqture
  • Support of symbolic values in operators, Hamiltonians and open systems

Following these design goals, we prioritize using distinctive types to construct objects over a less verbose syntax. Similarly the support of symbolic expression leads to a trade-off in speed compared to an implementation using only floating point values. Struqture is designed to also support the construction and (de)serialisation of large operators but for the use in numeric algorithms we recommend transforming Operators and Hamiltonians into a sparse matrix form.

Documentation

We recommend users to start with the user documentation for stuqture and struqture-py. The user documentation is intended to give a high level overview of the design and usage of struqture. For a full list of the available data types and functions see the API-Documentation of struqture and struqture-py.

Installation

Python

You can install struqture_py from PyPi. For x86 Linux, Windows and macOS systems pre-built wheels are available. On other platforms a local Rust toolchain is required to compile the Python source distribution.

pip install struqture-py

Rust

You can use struqture in your Rust project by adding

struqture = { version = "1.2" }

to your Cargo.toml file.

This project has been partly supported by PlanQK and is partially supported by QSolid and PhoQuant.

Contributing

We welcome contributions to the project. If you want to contribute code, please have a look at CONTRIBUTE.md for our code contribution guidelines.

Dependencies

~8–15MB
~188K SLoC