Skip to content

Commit

Permalink
Adapt documentation to MJDSigGen extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Nov 19, 2024
1 parent f1e90d5 commit 851bfa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/tutorials/simulate_fields_lit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ plot(

# ## Simulation with `Fieldgen`

# The same simulation settings can be used for siggen, changing only the `"method"` settings to `"siggen"` (or `"fieldgen"`)
# The same simulation settings can be used for siggen, changing only the `"method"` settings to `"siggen"` (or `"fieldgen"`) and loading the `MJDSigGen` package.

using MJDSigGen
simulation_settings_siggen = deepcopy(simulation_settings)
simulation_settings_siggen["method"] = "fieldgen"

Expand Down

0 comments on commit 851bfa1

Please sign in to comment.