Skip to content

jqfeld/LXCat.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!