From e1ff0131d1e44c5b9d7a694f09fb403540ec4f74 Mon Sep 17 00:00:00 2001 From: Dennis Herb Date: Fri, 26 Jul 2024 17:35:56 +0200 Subject: [PATCH] improved readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bbf937e..24b2d45 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,6 @@ Welcome to QuantumDNA, a powerful and flexible tool designed to calculate lifeti * Parallelization: Supports parallel computing for the calculation of excited state properties for large ensembles of DNA sequences, optimizing performance within the computationally intensive context of open quantum systems. * Regular Updates: Stay current with the latest advancements and improvements. -``` - ## Getting started ### Quick Installation @@ -83,6 +81,7 @@ dipole = calc_dipole(upper_strand, tb_model_name, **kwargs) # output print(f"Exciton lifetime {lifetime} fs") print(f"Average charge separation {dipole} A") +``` ## Documentation