From 568b9318b56a87a7a2f0519f0a9597c3974e380c Mon Sep 17 00:00:00 2001 From: Reece Date: Tue, 3 Jun 2025 13:26:35 -0400 Subject: [PATCH] Added archive link to readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27b353b..5a8eee9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Code for "Scalable quantum dynamics compilation via quantum machine learning" -Here, we provide Python code to reproduce the results of **ARXIV LINK** +Here, we provide Python code to reproduce the results of [https://arxiv.org/abs/2409.16346](https://arxiv.org/abs/2409.16346). ## Instructions Clone the repo and create a fresh Conda environment with Python 3.10 and use Pip to install `requirements.txt`. Alternatively, you can run `sh setup.sh`, which will create the conda environemnt for you and activate it.