From 3cfaf220a2dbcb3b324ea29b68f005a71295141b Mon Sep 17 00:00:00 2001 From: abel Date: Fri, 13 Aug 2021 17:38:24 +0200 Subject: [PATCH] Added function for getting custom basis from BSE --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bda8600..3ff0c95 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Main features - Easy to use clean python interface for Q-Chem - No special q-chem compilation needed (reads Q-Chem environment) - Output parser support +- Cache system for calculations +- python 2.7.x/3.x compatibility Installation instructions -------------------------