Skip to content

Commit

Permalink
Indent code block in the docstring for FroehlichPolaron
Browse files Browse the repository at this point in the history
Co-authored-by: Joachim Brand <j.brand@massey.ac.nz>
  • Loading branch information
rohan-kumar-uoa and joachimbrand authored Feb 22, 2024
1 parent 5b5872c commit 81fdcf0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/Hamiltonians/FroehlichPolaron.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""
function FroehlichPolaron(
addr::OccupationNumberFS;
v=1.0,
mass=1.0,
omega=1.0,
l=1.0,
p=0.0,
momentum_cutoff=nothing,
mode_cutoff=100.0,
)
function FroehlichPolaron(
addr::OccupationNumberFS;
v=1.0,
mass=1.0,
omega=1.0,
l=1.0,
p=0.0,
momentum_cutoff=nothing,
mode_cutoff=100.0,
)
The 1D Froehlich polaron Hamiltonian is given by
Expand Down

0 comments on commit 81fdcf0

Please sign in to comment.