Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data processor with uncertainties package (#481)
* fix SVD shape * fix docs * fix comment * fix var name * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * comments * update except for SVD * update note tests * fix processor logic * documentation * lint * add reno use np.testing * fix test * Update qiskit_experiments/data_processing/data_action.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_action.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_action.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_action.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_processor.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_processor.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_processor.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_processor.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_processor.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * add description for correlation * remove typehint for trainable node * update return doc * add type check * detail for full array * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * add comment * fix document * black * Update qiskit_experiments/data_processing/__init__.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_processor.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/data_processor.py Co-authored-by: Daniel J. Egger <[email protected]> * update docs * update docs * restrict count validation * update return type of data processor * lint * add svd test * update average node * Update qiskit_experiments/data_processing/data_processor.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * Update qiskit_experiments/data_processing/nodes.py Co-authored-by: Daniel J. Egger <[email protected]> * add comment * add handling for level2 memory * black * lint Co-authored-by: Daniel J. Egger <[email protected]>
- Loading branch information