Skip to content

henryw7/electron-integral-playground

Repository files navigation

Compilation

mkdir build;
cd build;
cmake ..;
make -j 32;

Set environment variables

export PYTHONPATH=$PWD:$PYTHONPATH;
export LD_LIBRARY_PATH=$PWD/build/lib:$LD_LIBRARY_PATH;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages