To use the RuNNer code, you must have permission from the developer.
Clone RuNNer repository.
$ git clone git@gitlab.com:TheochemGoettingen/RuNNer.git
Compile.
$ cd Runner
$ mkdir build
$ cd build
$ cmake .. -DOPENMP=ON -DINTEL=ON -DDEBUG=OFF
$ make
$ mkdir test && cd test
$ cp -r RuNNer/examples .
$ cd example04_Carbon_chain_4G
$ ln -fs <path-to-RuNNer>/build/RuNNer.x
$ cp input_1.nn.charge input.nn
$ ./RuNNer.x | tee mode1_charge.out