From d943ee0359ea5f0e9cb885bc886d38f6fb9b1298 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Wed, 14 Dec 2016 17:26:20 +0900 Subject: [PATCH] Updated README: refererence to Python interface --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 111f17c..852563b 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,13 @@ Only header-file libraries are needed. The dependencies will be taken care of by ### Eigen3 Head-file libraries for linear algebra. +If you want to use our solver from TRIQS applications, please refer to [TRIQS-compatible Python interface](https://github.com/shinaoka/triqs_interface). + ## Manual source installation The solver depends on ALPSCore libraries and some Boost libraries (timer, chrono, system). These libraries must be preinstalled. Note that the Boost timer, chrono, system libraries are not header-file-only libraries and must be compiled. +If you want to install the TRIQS-compatible Python interface, please follow the procedure described [in another website](https://github.com/shinaoka/triqs_interface). The CT-HYB package can be obtained by following methods: * Clone Git repository at Github