Skip to content

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

License

Notifications You must be signed in to change notification settings

savithru-j/nlse-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published