KwiatLab / Quantum-Tomography

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

Remove automatic State Tomography evaluation out of importData #37

Open timurjavid opened 1 year ago

timurjavid commented 1 year ago

State tomography evaluation should be abstracted out of importing the data for better usage. As a workflow it would make more sense to

  1. Import configuration
  2. Import data
  3. Run tomography on the data and configuration

Rather than, in the current workflow

  1. Import configuration
  2. Import data, automatically running tomography