From e8b782dbae66b75bd134c365efd3614d0df6113e Mon Sep 17 00:00:00 2001 From: Roland Wirth Date: Wed, 7 Nov 2018 15:06:12 -0500 Subject: [PATCH] add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8d321e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# pairing-imsrg +A simple Python implementation of the In-Medium Similarity Renormalization Group [1] for a pairing Hamiltonian. +Implements both direct integration of the flow equation and solution via Magnus expansion. + + [1]: https://doi.org/10.1088/1402-4896/92/2/023002 "H. Hergert. In-Medium similarity renormalization group for closed and open-shell nuclei. Phys. Scr. 92, 023002 (2017)" +