diff options
| author | Xiao-Yong Jin <xjin@anl.gov> | 2018-05-23 09:48:12 -0500 |
|---|---|---|
| committer | Xiao-Yong Jin <xjin@anl.gov> | 2018-05-23 09:48:12 -0500 |
| commit | 2c6600efac444f4c1442a6965e518a148afa6d93 (patch) | |
| tree | 20dd4e3033cdbd2f4515ba20489c3491357b7864 | |
| parent | 5affb0bde2de7731c44df6befed72cb33f2de130 (diff) | |
| download | packages-2c6600efac444f4c1442a6965e518a148afa6d93.tar.gz packages-2c6600efac444f4c1442a6965e518a148afa6d93.zip | |
Added package mdevolve
| -rw-r--r-- | packages.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 93de087..2fabc11 100644 --- a/packages.json +++ b/packages.json @@ -9074,7 +9074,7 @@ "pqcrypto", "signing" ], - "description": "SPHINCS\u207A stateless hash-based signature scheme", + "description": "SPHINCSâș stateless hash-based signature scheme", "license": "MIT", "web": "https://github.com/ehmry/nim-sphincs" }, @@ -9454,5 +9454,19 @@ "description": "Latent Dirichlet Allocation", "license": "Apache License 2.0", "web": "https://github.com/unicredit/lda" + }, + { + "name": "mdevolve", + "url": "https://github.com/jxy/MDevolve", + "method": "git", + "tags": [ + "MD", + "integrator", + "numerical", + "evolution" + ], + "description": "Integrator framework for Molecular Dynamic evolutions", + "license": "MIT", + "web": "https://github.com/jxy/MDevolve" } ] |
