Skip to content

Commit

Permalink
Merge branch 'feature/FroehlichHamiltonian' of https://github.com/joa…
Browse files Browse the repository at this point in the history
…chimbrand/Rimu.jl into feature/FroehlichHamiltonian
  • Loading branch information
rohan-kumar-uoa committed Feb 22, 2024
2 parents d1dddec + 81fdcf0 commit 45e075d
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 45e075d

Please sign in to comment.