Fix negative base in power law bias
This commit is contained in:
parent
81d0e70965
commit
e55eee4b17
12 changed files with 153 additions and 195 deletions
|
@ -1,9 +1,9 @@
|
|||
[system]
|
||||
console_output = borg_log
|
||||
VERBOSE_LEVEL = 2
|
||||
N0 = 8
|
||||
N1 = 8
|
||||
N2 = 8
|
||||
N0 = 128
|
||||
N1 = 128
|
||||
N2 = 128
|
||||
L0 = 500.0
|
||||
L1 = 500.0
|
||||
L2 = 500.0
|
||||
|
@ -49,7 +49,7 @@ nsteps = 20
|
|||
smooth_R = 4
|
||||
bias_epsilon = 1e-7
|
||||
interp_order = 1
|
||||
rsmooth = 1.
|
||||
rsmooth = 100.
|
||||
sig_v = 150.
|
||||
R_lim = none
|
||||
Nint_points = 201
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue