Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwilson1 authored Oct 21, 2020
1 parent ee3f5cd commit 6b8e963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ The parameters that can be specified in the infile are as follows:
| `approximation` | Type of polynomial: `LAGRANGE` and `HERMITE`. `HERMITE` is incompatible with cluster-cluster.
| `kernel_name` | Name of interaction kernel: `COULOMB`, `YUKAWA`, `REGULARIZED_COULOMB`, `REGULARIZED_YUKAWA`, `SIN_OVER_R`, `USER`.
| `kernel_params` | Comma separated list of parameters for given kernel.
| `run_direct` | Run direct calculation for error comparison: `on` or `off`.
| `run_direct` | Run direct calculation for error comparison: `ON` or `OFF`.
| `verbosity` | Determines verbosity level of output. Integer `0`, `1`, `2`, `3`. Higher means more output.
| `slice` | Determines the proportion of target sites at which the direct calculation is performed for error comparison.
| `slice` | Determines the proportion of target sites at which the direct calculation is performed for error comparison. 10 would mean every 10th target is sampled.


Note the difference between these executables:
Expand Down

0 comments on commit 6b8e963

Please sign in to comment.