GTorlai / PastaQ.jl

Package for Simulation, Tomography and Analysis of Quantum Computers
Apache License 2.0
142 stars 23 forks source link

tr(L::LPDO, "Output"/"Input") #178

Closed mtfishman closed 3 years ago

mtfishman commented 3 years ago

Introduce tr(L::LPDO, tag::String) where tr(L, "Output") traces the output sites and tr(L, "Input") traces the input sites.

Originally posted by @mtfishman in https://github.com/GTorlai/PastaQ.jl/pull/172#r567926881