KwiatLab / Quantum-Tomography

A python library to help perform tomography on a quantum state
http://tomography.web.engr.illinois.edu/TomographyDemo.php
MIT License
31 stars 9 forks source link

builtTomoInput function doesn't function correctly for specified time and singles values #16

Closed shallat3 closed 3 years ago

shallat3 commented 3 years ago

The function works fine when the time and singles parameters are left as integers, but the function stops working when I try to enter my own. ValueError("Invalid singles matrix")

shallat3 commented 3 years ago

Fixed.