Skip to content

Commit

Permalink
fix types.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
huangli712 committed Jan 24, 2025
1 parent d6c4820 commit c7a8702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author : Li Huang ([email protected])
# Status : Unstable
#
# Last modified: 2024/10/01
# Last modified: 2025/01/24
#

#=
Expand Down Expand Up @@ -239,7 +239,7 @@ the stochastic pole expansion method.
"""
const PStochPX = Dict{String,ADT}(
"method" => [missing, 1, :String, "How to evaluate the final spectral density"],
"nfine" => [missing, 1, :I64 , "Number of points of a very fine linear mesh"],
"nfine" => [missing, 1, :I64 , "Number of grid points for a very fine mesh"],
"npole" => [missing, 1, :I64 , "Number of poles"],
"ntry" => [missing, 1, :I64 , "Number of attempts (tries) to seek the solution"],
"nstep" => [missing, 1, :I64 , "Number of Monte Carlo steps per attempt / try"],
Expand Down

0 comments on commit c7a8702

Please sign in to comment.