C++ library for solving the nonlinear Schrödinger equation
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