jqfeld / LXCat.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LXCat.jl

CI

Install

In the REPL:

]add https://github.com/jqfeld/LXCat.jl.git

Usage

using LXCat

# load_database() returns an array of CrossSections
cs_array = load_database("/path/to/LXCat/file.txt")

cs_array[1](1.0) # returns cross-section in m^2 for energy 1.0 eV

Test data

The data used to test the interface of this package does not correspond to any real cross-section data. It is only intended to be used in the tests!

About


Languages

Language:Julia 100.0%