From cb6187aa9c345abb9f8f106f7c3a58f7a672e61f Mon Sep 17 00:00:00 2001 From: Roger-luo Date: Tue, 5 Mar 2024 17:18:46 -0600 Subject: [PATCH] update warning --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index feeb6cb..0b6d60a 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,6 @@ rye sync ## Examples -Running OMM example - -!!! warning - This may require a GPU to run. - -```sh -python examples/omm.py --wandb=False --n-iterations=5000 --ham=TFIM --n-start=4 --n-final=10 --enlarge-by=1 --final-time=0.1 --order=2 --n-batch=5 --depth=8 --order-factor=one --n-samples=20 -``` - Running HEM example ```sh @@ -39,6 +30,14 @@ python examples/hem.py --wandb=False\ --n-samples=20 ``` +Running OMM example + +**Warning**: This may require a GPU to run. + +```sh +python examples/omm.py --wandb=False --n-iterations=5000 --ham=TFIM --n-start=4 --n-final=10 --enlarge-by=1 --final-time=0.1 --order=2 --n-batch=5 --depth=8 --order-factor=one --n-samples=20 +``` + ## License Apache License 2.0