&poisson_correction
start_time = 1e-9,
step_interval = 32,
accuracy = 1e-4,
error_charge_threshold = 1e-15
&end
This requests that Poisson correction be performed every 32 simulation
steps starting 1ns after the start of the simulation. The fractional
accuracy of the Poisson solver is
&poisson_correction
double start_time = 0;
long step_interval = 0;
double accuracy = 1e-6;
double error_charge_threshold = 0;
long maximum_iterations = 1000;
long verbosity = 0;
double test_charge = 0;
double z_test_charge = 0;
double r_test_charge = 0;
STRING guess_type = "none";
&end