https://github.com/berquist/crawdad_tutorials
https://github.com/berquist/crawdad_tutorials
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/berquist/crawdad_tutorials
- Owner: berquist
- Created: 2013-12-24T20:34:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T15:06:03.000Z (about 8 years ago)
- Last Synced: 2025-10-27T19:41:01.107Z (8 months ago)
- Language: C++
- Size: 494 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)