From 6451a2a1b7716938490d06a2447bf8a001212048 Mon Sep 17 00:00:00 2001 From: Bartosz Chaber Date: Wed, 24 Feb 2021 05:30:33 -0500 Subject: [PATCH] Move LXCat datasets to datasets/ --- Chemistry/src/biagi71-Ar.jl | 8 ++++---- Chemistry/src/biagi71-He.jl | 8 ++++---- Chemistry/src/phelps-He.jl | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Chemistry/src/biagi71-Ar.jl b/Chemistry/src/biagi71-Ar.jl index 1555b69..6cbe963 100644 --- a/Chemistry/src/biagi71-Ar.jl +++ b/Chemistry/src/biagi71-Ar.jl @@ -1,5 +1,5 @@ import Chemistry: lxcatread, CrossSection -σ₁ = lxcatread("Biagi-7.1.txt", "PROCESS: E + Ar -> E + Ar, Elastic") |> CrossSection -σ₂ = lxcatread("Biagi-7.1.txt", "PROCESS: E + Ar -> E + Ar*(11.55eV), Excitation") |> CrossSection -σ₃ = lxcatread("Biagi-7.1.txt", "PROCESS: E + Ar -> E + Ar*(13.00eV), Excitation") |> CrossSection -σ₄ = lxcatread("Biagi-7.1.txt", "PROCESS: E + Ar -> E + E + Ar+, Ionization") |> CrossSection +σ₁ = lxcatread("datasets/Biagi-7.1.txt", "PROCESS: E + Ar -> E + Ar, Elastic") |> CrossSection +σ₂ = lxcatread("datasets/Biagi-7.1.txt", "PROCESS: E + Ar -> E + Ar*(11.55eV), Excitation") |> CrossSection +σ₃ = lxcatread("datasets/Biagi-7.1.txt", "PROCESS: E + Ar -> E + Ar*(13.00eV), Excitation") |> CrossSection +σ₄ = lxcatread("datasets/Biagi-7.1.txt", "PROCESS: E + Ar -> E + E + Ar+, Ionization") |> CrossSection diff --git a/Chemistry/src/biagi71-He.jl b/Chemistry/src/biagi71-He.jl index 2d624f3..e69f713 100644 --- a/Chemistry/src/biagi71-He.jl +++ b/Chemistry/src/biagi71-He.jl @@ -1,5 +1,5 @@ import Chemistry: lxcatread, CrossSection -σ₁ = lxcatread("Biagi-7.1.txt", "PROCESS: E + He -> E + He, Elastic") |> CrossSection -σ₂ = lxcatread("Biagi-7.1.txt", "PROCESS: E + He -> E + He(Triplet)(19.82eV)") |> CrossSection -σ₃ = lxcatread("Biagi-7.1.txt", "PROCESS: E + He -> E + He(Singlet)(20.61eV)") |> CrossSection -σ₄ = lxcatread("Biagi-7.1.txt", "PROCESS: E + He -> E + E + He+, Ionization") |> CrossSection +σ₁ = lxcatread("datasets/Biagi-7.1.txt", "PROCESS: E + He -> E + He, Elastic") |> CrossSection +σ₂ = lxcatread("datasets/Biagi-7.1.txt", "PROCESS: E + He -> E + He(Triplet)(19.82eV)") |> CrossSection +σ₃ = lxcatread("datasets/Biagi-7.1.txt", "PROCESS: E + He -> E + He(Singlet)(20.61eV)") |> CrossSection +σ₄ = lxcatread("datasets/Biagi-7.1.txt", "PROCESS: E + He -> E + E + He+, Ionization") |> CrossSection diff --git a/Chemistry/src/phelps-He.jl b/Chemistry/src/phelps-He.jl index 618bbf6..f24bd8c 100644 --- a/Chemistry/src/phelps-He.jl +++ b/Chemistry/src/phelps-He.jl @@ -1,3 +1,3 @@ import Chemistry: lxcatread, CrossSection -σₑ₁ = lxcatread("Phelps.txt", "PROCESS: He+ + He -> , Isotropic") |> Chemistry.CrossSection -σₑ₂ = lxcatread("Phelps.txt", "PROCESS: He+ + He -> , Backscat") |> Chemistry.CrossSection +σₑ₁ = lxcatread("datasets/Phelps.txt", "PROCESS: He+ + He -> , Isotropic") |> Chemistry.CrossSection +σₑ₂ = lxcatread("datasets/Phelps.txt", "PROCESS: He+ + He -> , Backscat") |> Chemistry.CrossSection