/nlse-cpp

NLSE++ : C++ library for solving the nonlinear Schrödinger equation

Primary LanguageC++MIT LicenseMIT

NLSE++

C++ library for solving the nonlinear Schrödinger equation

Linux Windows

Building with CMake

git clone https://github.com/savithru-j/nlse-cpp.git
cd nlse-cpp              #Main project directory
mkdir build              #Create directory for build files: build/release
cd build
mkdir release 
cd release
cmake ../../             #Configure build
cmake --build . -j 4     #Build in parallel with 4 threads