-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaces en-dashes with ASCII dashes in child README.md
- Loading branch information
Showing
6 changed files
with
19 additions
and
19 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Various examples of using ADDA. Mostly these are tutorial examples, which illustrate certain features of ADDA and should not consume too much computational time. The only exception is subfolder `papers/`, which additionally aims to reproduce specific published simulations (thus, may require a large cluster). All examples are designed to be run out of the box assuming that compiled binaries are available (either by default compilation or pre-compiled for Windows). Some only run ADDA with proper command lines, others - also plot or post-process the obtained results. See further details inside corresponding folders: | ||
* `bessel/` – examples involving excitation by Bessel beams | ||
* `eels/` – examples involving excitation by a fast electron (will be added after #155) | ||
* `papers/` – examples reproducing published results | ||
* `find_adda.sh` - common script to locate ADDA binaries and set corresponding environmenal variables | ||
* `bessel/` - examples involving excitation by Bessel beams | ||
* `eels/` - examples involving excitation by a fast electron (will be added after #155) | ||
* `papers/` - examples reproducing published results | ||
* `find_adda.sh` - common script to locate ADDA binaries and set corresponding environmental variables |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Default input (parameter) files needed in some operational modes of ADDA. If using these modes, copy the corresponding files to the execution directory. Most of these files can be modified by user to fit specific needs. | ||
|
||
* `alldir_params.dat` – parameters of calculation of some integral scattering quantities, incurring integration over the scattering angle | ||
* `avg_params.dat` – parameters of averaging over particle orientation | ||
* `scat_params.dat` – parameters of grid of scattering angles, at which the scattering fields are calculated | ||
* `alldir_params.dat` - parameters of calculation of some integral scattering quantities, incurring integration over the scattering angle | ||
* `avg_params.dat` - parameters of averaging over particle orientation | ||
* `scat_params.dat` - parameters of grid of scattering angles, at which the scattering fields are calculated |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Output files from the sample simulation (without any options on the command line, e.g., `adda`) and a few sample scripts: | ||
* `run000_sphere_g16_m1.5/` – sample output directory | ||
* `run000_sphere_g16_m1.5/` - sample output directory | ||
* `log` - log of sample simulation | ||
* `mueller` - sample angle-resolved Mueller matrix | ||
* `CrossSec-Y` - sample cross sections | ||
* `stdout` – standard output of a sample simulation | ||
* `test.pbs` – sample PBS script for MPI system | ||
* `test.sge` – sample SGE script for MPI system | ||
* `stdout` - standard output of a sample simulation | ||
* `test.pbs` - sample PBS script for MPI system | ||
* `test.sge` - sample SGE script for MPI system |
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