An open API service indexing awesome lists of open source software.

https://github.com/berquist/crawdad_tutorials


https://github.com/berquist/crawdad_tutorials

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Taken from: http://sirius.chem.vt.edu/wiki/doku.php?id=crawdad:programming

## Requirements

For the Python code:
* `numpy`
* `scipy`

For the C++ code:
* Any C++ compiler should work; the code has been run using `g++`,
`icpc`, and `clang` with seemingly equal success.
* [Armadillo](http://arma.sourceforge.net)