Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken markdown link to a notebook #362

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ information on using pull requests.
## Community Guidelines

This project follows
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
1 change: 0 additions & 1 deletion docs/fermi_hubbard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ in [arXiv:2010.07965](https://arxiv.org/abs/2010.07965) **[quant-ph]**:
analysis of results from the data set which was released together with the publication.
The data set consists of four zip files and can be accessed at
[https://doi.org/10.5061/dryad.crjdfn32v](https://doi.org/10.5061/dryad.crjdfn32v).

1 change: 0 additions & 1 deletion docs/guide/best_practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ Be exhaustive in metadata pertaining to your experiment. You should likely
be saving job ids, calibration ids, durations of various parts of your
task, circuits, and more. By default, a timestamp is saved with each
file.

2 changes: 0 additions & 2 deletions docs/qaoa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ and analyze the results. Please read on to learn about:

See the left navigation for more information about the QAOA experiment
and how to run it end-to-end.


4 changes: 2 additions & 2 deletions docs/qcqmc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ this paper, it was shown that a quantum computer could be used to prepare
complicated trial wavefunctions in order to unbias the classical results.

## Code Overview
The [Code Overview](./high-level.ipynb) notebook introduces the basic structure
The [Code Overview](./high_level.ipynb) notebook introduces the basic structure
of the code provided in recirq to generate the trial wavefunction's prepare in the [QCQMC paper](https://www.nature.com/articles/s41586-021-04351-z).

## End-to-End
Expand All @@ -23,4 +23,4 @@ paper.

The [Experimental Wavefunctions](./experimental_wavefunctions.ipynb) notebook demonstrates
how to download and analyze the experimental wavefunctions, which can reproduce
the results in [QCQMC](https://www.nature.com/articles/s41586-021-04351-z).
the results in [QCQMC](https://www.nature.com/articles/s41586-021-04351-z).
2 changes: 0 additions & 2 deletions recirq/qml_lfe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ 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`


2 changes: 1 addition & 1 deletion recirq/third_party/quaff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Group](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9435351).

# Author

Bryan A. O'Gorman, U.C. Berkeley with incremental contributions from Bill Huggins (Google).
Bryan A. O'Gorman, U.C. Berkeley with incremental contributions from Bill Huggins (Google).
Loading