blocking options¶
The blocking table contains options used to control the options for performing
blocking analysis on the fly.
blocking_on_the_flytype: boolean.
Optional. Default: false
If true, the data for blocking analysis is collected every report loop and blocking analysis is performed on the fly while the calculation is running. At the end of the calculation, Estimated correlation energy and its error together with reference energy is printed to the HANDE output file. Zero is printed if insufficient data are collected for the blocking analysis.
start_save_frequencytype: integer.
Optional. Default: -1
Log2 of the frequency at which the potential start points of the blocking analysis is saved. When negative, the frequency is the nearest integer to the log2(
nreports) - 8.start_point_numbertype: integer.
Optional. Default: -1
Number of potential start points of the blocking analysis that is to be saved. If negative, the integer part of
nreports/2^(start_save_frequency).filenametype: string.
Optional. Default: ‘BLOCKING’
Filename to which the blocking analysis report is written.
start_pointtype: integer.
Optional. Default: -1
The iteration number from which the data for blocking analysis is collected. When negative the data is collected when
target_populationis reached.error_limittype: real.
Optinal. Default: 0
One of two conditions for termination of the calculation together with
blocks_used. This specifies the upper limit of the sum of standard error and the error in error of projected energy.min_blocks_usedtype: integer.
Optional. Default: 10
The minimum number of optimal reblock lengths required for a calculation to terminate. The calculation will not terminate due to the standard error falling below
error_limituntil at least this number of optimal reblock lengths are included within the calculation. This ensures that our error estimate is reliable at termination. Largermin_blocks_usedensures a more reliable blocking analysis but increases the minimum length of calculations.blocks_usedtype: integer.
Optional. Default: 2**31-1
Independent of the error_limit, if the number of blocks used to estimate the standard error of projected energy is more than the
blocks_used, the calculation is terminated. Largerblocks_usedensures a more reliable blocking analysis.auto_shift_dampingtype: boolean.
Optional. Default: false
Whether to automatically optimise the shift damping using information from blocking on the fly. This optimises the shift damping to ensure that the standard deviations of the instantaneous projected energy and shift are approximately equal. The allowable range of values is currently set to allow the shift standard deviation to be between 50% and 200% of that of the instantaneous projected energy, though this could easily be exposed to the user if required.
Note
This approach will modify the shift damping to ensure a reasonable variation in the shift during a calculation. Updates to the shift damping will be printed within the output file, and the final shift damping written into restart files to be used in any restarted calculations. If no shift_damping is provided to a restarted calculation in the qmc table the final value from the restarted calculation will be used. If we read in from a legacy restart file and no shift_damping is provided in the qmc table, the shift_damping defaults to the original default, 0.05.
Note
Once an optimisation has been completed the calculation will not modify the shift damping unless force_shift_damping_opt is true. This is to avoid the user having to know if an optimisation has been completed when configuring a calculation restart.
shift_damping_precisiontype: real.
Optional. Default: 2.0_p
How precisely the standard deviations of the projected energy and shift should match. This defines the maxiumum allowed ratio between the two in any combination. For values above this a further optimisation will be attempted. A lower value will lead to a longer optimisation period before statistics can be collected but a more reliably optimised value. The minimum allowed ratio is 1.5_p, as convergence to below this accuracy is not guaranteed.
force_shift_damping_opttype: boolean.
Optional. Default: false
Forces shift damping optimisation when we have previously performed an optimisation. Useful when restarting from previous calculation with a higher target population.