From 988318e249aaf8277b8511108a4a357f2426f298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SVAKSHA=20=E0=A5=A5=20=E0=A4=B8=E0=A5=8D=E0=A4=B5=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B7=20=E0=A5=A5?= Date: Wed, 18 Feb 2015 23:18:58 +0530 Subject: [PATCH] @joshday : ASH.jl --- Chemistry.md | 6 ++---- Statistics.md | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Chemistry.md b/Chemistry.md index 699e3f2b79..039ce0f9d9 100644 --- a/Chemistry.md +++ b/Chemistry.md @@ -3,7 +3,7 @@ + [Chemistry](#chemistry) + [Material Science](#material-science) + [Molecular Chemistry](#molecular-chemistry) -+ [Quantum Chemistry](#quantum-chemistry] ++ [Quantum Chemistry](#quantum-chemistry) ---- @@ -37,6 +37,4 @@ + [Cliffords.jl](https://github.com/BBN-Q/Cliffords.jl) :: This library allows for efficient calculation of Clifford circuits by tracking the evolution of X and Z generators (the so-called tableau representation). Ref: http://en.wikipedia.org/wiki/Clifford_algebra + [pyquante2](https://github.com/rpmuller/pyquante2/) :: PyQuante is a Quantum Chemistry suite written in Python, with Julia support for HF and methods for integrals. + [QSimulator.jl](https://github.com/BBN-Q/QSimulator.jl) :: Unitary and Lindbladian evolution of quantum states in Julia. - - - + diff --git a/Statistics.md b/Statistics.md index c278edd3da..f0e95c2056 100644 --- a/Statistics.md +++ b/Statistics.md @@ -143,6 +143,7 @@ An umbrella group for Julia-based optimization-related projects, with its own [m # STATISTICS - [AD_StatTest-julia](https://github.com/manuamador/AD_StatTest-julia) :: An implementation of the Anderson Darling statistical test for exponential or Rayleigh distributions in Julia. - [ApproXD.jl](https://github.com/floswald/ApproXD.jl) :: B-splines and linear high-dimensional approximators in multiple dimensions for Julia. +- [ASH.jl](https://github.com/joshday/ASH.jl) :: David Scott's Average Shifted Histogram density estimation. - [BasicSpace.jl](https://github.com/johnmyleswhite/BasicSpace.jl) :: A port of the R "basicspace" package to Julia. - [BNMF.jl](https://github.com/r9y9/BNMF.jl) :: Gamma Process Non-negative Matrix Factorization (GaP-NMF). - [Bootstrap.jl](https://github.com/julian-gehring/Bootstrap.jl) :: Bootstrapping is a widely applicable technique for statistical estimation, especially in the absence of closed-form solutions.