Skip to content

Commit

Permalink
Fix broken markdown link to a notebook (#362)
Browse files Browse the repository at this point in the history
* Fix notebook filename in markdown link

* Well behaved text files end with newline

* Strip tail blanks from markdown files
  • Loading branch information
pavoljuhas authored Jul 30, 2024
1 parent 7f4119a commit fcfc513
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 10 deletions.
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).

0 comments on commit fcfc513

Please sign in to comment.