sandialabs / pyGSTi

A python implementation of Gate Set Tomography
http://www.pygsti.info
Apache License 2.0
132 stars 55 forks source link

Cannot compute product of editable circuit #368

Closed sserita closed 7 months ago

sserita commented 8 months ago

Describe the bug We run into an unhashable type when trying to build and cache layers for an editable circuit. This was discovered in the context of sim.product(), but likely would happen in other contexts as well.

To Reproduce test_get_matrix.ipynb.zip

Expected behavior We should be able to forward simulate editable circuits.