Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 762 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 762 Bytes

usesurge

Use surge for molecule generation.

The original surge repository is StructureGenerator/surge.

Some libraries are changed for the convenience of windows developers, details see saltball/usenauty.

Compile from source code

git clone https://github.com/Franklalalala/usesurge
cd usesurge
mkdir build
cd build
cmake .. -G "Unix Makefiles"
make

The CXX standard is set to be 17, which means the gcc version needs to be 8 or higher, or a higher version of IDE, such as Visual Studio 2017.

The cmake version need to be 3.1 or higher.