-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6c4820
commit c7a8702
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# Author : Li Huang ([email protected]) | ||
# Status : Unstable | ||
# | ||
# Last modified: 2024/10/01 | ||
# Last modified: 2025/01/24 | ||
# | ||
|
||
#= | ||
|
@@ -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"], | ||
|