Skip to content

Implementation of large, sparse Pauli operators using pairs of sets. Contains absolutely minimal functionality, and is an example of extreme "physicist code".

bcriger/sparse_pauli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparse_pauli

Implementation of large, sparse Pauli operators using pairs of sets. Contains absolutely minimal functionality, and is an example of extreme "physicist code".

Rough Description

Sometimes, with a Pauli, you only care about where it has X support and Z support (like when you're checking cnot-based circuits that measure stabilisers in topological codes). For this, I'm going to try storing these supports as sets. This whole project should use IntSet's in Julia, but I want to get this done ASAP. Anyone who wants to port, feel free.

About

Implementation of large, sparse Pauli operators using pairs of sets. Contains absolutely minimal functionality, and is an example of extreme "physicist code".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages