-
Notifications
You must be signed in to change notification settings - Fork 56
/
README
executable file
·23 lines (20 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This directory contains example scripts and the resulting outputs
discussed in the papers submitted to CPC. Two versions of the scripts
are present, one is for Python interface (*.py), and the other is for
SFAC interface (*.sf).
structure/, atomic structure example for Ne-like Fe.
excitation/, electron impact excitation example for Ne-like Fe.
pirr/, photoionzation and radiative recombination for Li-like Fe.
aidr/, autoionization example for Ne-like Se.
ionization/, electron impact ionization example for Ne-like Fe.
NeL/. a simple collisional-radiative model example for NeVIII.
FeL/, a general application to the calculation of Fe-L shell
spectrum of collisionally ionized plasma. It includes
the recombination, and ionization processes in the
line formation.
polariz/, use of pfac.pol module to calculate the polarizations of
He-like Fe lines.
rmatrix/, collisional excitation with the Dirac R-matrix method.
These scripts are also used to check the healty state of the code.
`ref` in each example contains the reference results by FAC=1.1.4.
In order to test FAC in your environment, execute `make check`.