Skip to content

Commit cb6187a

Browse files
committed
update warning
1 parent 6c77d1b commit cb6187a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ rye sync
1212

1313
## Examples
1414

15-
Running OMM example
16-
17-
!!! warning
18-
This may require a GPU to run.
19-
20-
```sh
21-
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
22-
```
23-
2415
Running HEM example
2516

2617
```sh
@@ -39,6 +30,14 @@ python examples/hem.py --wandb=False\
3930
--n-samples=20
4031
```
4132

33+
Running OMM example
34+
35+
**Warning**: This may require a GPU to run.
36+
37+
```sh
38+
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
39+
```
40+
4241
## License
4342

4443
Apache License 2.0

0 commit comments

Comments
 (0)