Skip to content

Commit

Permalink
improve error message of bulk_range
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Apr 11, 2024
1 parent 4330300 commit 0cce464
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ function Options(;
cutoff = $(cutoff)
usecutoff = $(usecutoff)
It is recommended to set bulk_range manually, according to the system size and correlations of the distribution function.
It is recommended to set bulk_range manually, according to the
system size and correlations of the distribution function with,
for example: Options(bulk_range = (8.0, 12.0))
""" _file=nothing _line=nothing
end
Expand Down

0 comments on commit 0cce464

Please sign in to comment.