-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README.md file to qml_lfe 6/7. (#245)
* Add shadows I + P datataking module. 5/n * remove p39 feature. * Doug feedback. * Doug feedback p2. * Added qml_lfe Readme.md 6/7. * reverted import practices. * missed moves.
- Loading branch information
1 parent
fee620b
commit 6cf7bc2
Showing
13 changed files
with
81 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Simulation and data analysis code for "Quantum advantage in learning from experiments" | ||
|
||
Code to generate main text data for [Quantum advantage in learning from experiments](https://arxiv.org/abs/2112.00778) | ||
|
||
Running `python3 -m recirq.qml_lfe.learn_***_* --help` will give a list of all available command line | ||
flags for each experiment file as well as a short description of what each experiment | ||
module does. | ||
|
||
To generate bitstring data for an 8-qubit depth-5 experiment on learning 1D physical dynamics: | ||
|
||
`python3 -m recirq.qml_lfe.learn_dynamics_c --n=8 --depth=5` | ||
|
||
`python3 -m recirq.qml_lfe.learn_dynamics_q.py --n=8 --depth=5` | ||
|
||
To generate bitstring data for an 8-qubit experiment on learning physical states: | ||
|
||
`python3 -m recirq.qml_lfe.learn_states_c.py --n=8` | ||
|
||
`python3 -m recirq.qml_lfe.learn_states_q.py --n=8` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters