Skip to content

Commit

Permalink
update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Mar 5, 2024
1 parent 6c77d1b commit cb6187a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit cb6187a

Please sign in to comment.