qognitive / fast-pauli

Python/C++ library for optimized operations on Pauli matrices and Pauli strings
https://qognitive-fast-pauli.readthedocs-hosted.com/en/latest/
BSD 2-Clause "Simplified" License
10 stars 0 forks source link

[BUG] Fixing typing in helpers function #86

Closed jamesETsmith closed 1 day ago

jamesETsmith commented 2 weeks ago

Summary

This PR fixes a typo in the helpers (calcutate --> calculate) and adds the helpers to the docs and adds tests for the python wrappers of the helpers.

Details

Related Issues