Skip to content

Instantly share code, notes, and snippets.

@certik
Created November 4, 2019 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save certik/f23e07e9c997259553104cc3a95c0f70 to your computer and use it in GitHub Desktop.
Save certik/f23e07e9c997259553104cc3a95c0f70 to your computer and use it in GitHub Desktop.
certik@pn1935394:~$ julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.2.0 (2019-08-20)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> using JAC
julia> comp = Atomic.Computation("Energies and Einstein coefficients for the spectrum Fe X", Nuclear.Model(26.);
initialConfigs = [Configuration("[Ne] 3s 3p^6"), Configuration("[Ne] 3s^2 3p^4 3d")],
finalConfigs = [Configuration("[Ne] 3s^2 3p^5")],
process = Radiative,
processSettings = Radiative.Settings([E1, M1, E2, M2], [UseCoulomb, UseBabushkin] )
ERROR: syntax: incomplete: premature end of input
Stacktrace:
[1] top-level scope at REPL[1]:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment