Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vskokov authored Sep 26, 2019
1 parent 0289e6e commit 6926b5a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Landau_Collisional_Integral
# Landau Collisional Integral

## Dependencies:

GSL

## Compilation
g++ -o fp_exp.x -O3 FP_expansion.cpp -lgsl -lgslcblas

## Run
fp_exp.x

## Plot Results
xmgrace -nxy output_data.csv

The first column is t; the second is T; the remaining are c_1, ..., c_Lmax

0 comments on commit 6926b5a

Please sign in to comment.