Skip to content

yiiyama/fastdla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastdla

Fast Lie closure (aka dynamical Lie algebra) calculation using JAX / Numba with algorithms described in arXiv:2506.01120.

Installation

pip install fastdla

Example usage

The following lines of code calculates the DLA for a 10-qubit Hardware efficient ansatz defined in Larocca et al. Quantum 6 (2022):

from fastdla import lie_closure
from fastdla.generators.hea import hea_generators

generators = hea_generators(num_qubits=10)
dla = lie_closure(generators)

Documentation

Read the Docs

About

Dynamical Lie Algebra calculation using sparse Pauli representation

Resources

License

Stars

Watchers

Forks

Packages

No packages published