Dnnquantumtomography
Neural Networks for Quantum Detector Tomography
Install / Use
/learn @Quantum-Machine-Learning-Initiative/DnnquantumtomographyREADME
DNN for Quantum Tomography
Create a virtualenv and install the required packages
virtualenv dnnenv -p python3
source dnnenv/bin/activate
pip install -r requirements.txt
requirements.txt contains the following packages with the respective version
keras==2.2.4
pandas==0.20.3
numpy==1.13.3
Structure of the Repository
.
├── data
│ └── setting_a
│ ├── test
│ │ ├── bad_test_data_exporting
│ │ ├── good_test_data_exporting
│ │ ├── predicted_test_data_exporting
│ │ └── states_test_data_exporting
│ ├── training
│ │ ├── bad_training_data_exporting
│ │ └── good_training_data_exporting
│ └── valid
│ ├── bad_valid_data_exporting
│ └── good_valid_data_exporting
├── README.md
├── requirements.txt
└── src
├── data_loader.py
├── __init__.py
├── neural_network.py
└── run.py
- The data/setting_a folder contains data used in the experiment (training, validation, testing)
- The data/setting_heralded contains the heralded data
- The src folder contains the python scripts that can be used to replicate the results
data_loader.pyloads the dataneural_network.pycreates the Neural Networkrun.pyruns the experiment
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
View on GitHub72/100
GitHub Stars15
CategoryDevelopment
Updated4mo ago
Forks3
Languages
Python
Security Score
Audited on Nov 21, 2025
No findings
