Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfitzek authored May 28, 2024
1 parent 3f1f9e1 commit ff21c49
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,25 +94,3 @@ R_b &= [1.05, 1.15, 1.3] \\
\end{align}
```
There are a total of `8 x 10 x 3 x 9 = 2160` configurations (see [table](https://github.com/PIQuIL/RydbergGPT/blob/main/resources/Generated_training_data.md)).

## Acknowledgements <a name="acknowledgements"></a>
We sincerely thank the authors of the following very helpful codebases we used when building this repository :

- Transformer tutorials:
- [Annotated Transformer](https://github.com/harvardnlp/annotated-transformer/)
- [Illustrated Transformer](https://jalammar.github.io/illustrated-transformer/)
- Transformer quantum state:
- [Predicting Properties of Quantum Systems with Conditional Generative Models](https://github.com/PennyLaneAI/generative-quantum-states)
- [Transformer Quantum State](https://github.com/yuanhangzhang98/transformer_quantum_state)


## References <a name="references"></a>

```bib
@inproceedings{46201,
title = {Attention is All You Need},
author = {Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin},
year = {2017},
URL = {https://arxiv.org/pdf/1706.03762.pdf}
}
```

0 comments on commit ff21c49

Please sign in to comment.