Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
acbbullock committed May 6, 2023
1 parent a71c11a commit 908b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ From a main program, we simply need to initialize the random number generator, i
```fortran
call random_init(repeatable=.false., image_distinct=.true.)
psi = RestrictedBoltzmannMachine(v_units, h_units)
call psi%stochastic_optimization( ising_strengths=[J, B] )
call psi%stochastic_optimization( ising_params=[J, B] )
```

The output data consists of energies and spin correlations, which will be written to separate `csv` files in the `/data` folder upon successful execution.
Expand Down

0 comments on commit 908b19f

Please sign in to comment.