Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 286 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 286 Bytes

cbohm

Bohmian Trajectory Propagator in C/C++

Installation

It requires LAPACK, and thus, BLAS.

After build, add library path to appropreiate place. One way may use $LD_LIBRARY_PATH environment variable:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/cbohm/lib