File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,6 @@ rye sync
12
12
13
13
## Examples
14
14
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
-
24
15
Running HEM example
25
16
26
17
``` sh
@@ -39,6 +30,14 @@ python examples/hem.py --wandb=False\
39
30
--n-samples=20
40
31
```
41
32
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
+
42
41
## License
43
42
44
43
Apache License 2.0
You can’t perform that action at this time.
0 commit comments