From c1f15d2912a612f7cbc22eba563102eb24085df2 Mon Sep 17 00:00:00 2001 From: Ankit Raj Date: Sun, 15 Aug 2021 18:54:06 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d4b153..28ef8f8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The programs for computation of matrix element (which includes cubic spline inte In the case of FORTRAN, two different programs exist, *(i)* `rovibME_dynamic.f` for wavelength dependent matrix elements, and *(ii)* `rovibME_static.f` for static ones. -In the case of Python, one program `rovibME.py` deals with both static and dynamic matrix elements. See example for more details. +In the case of Python, one program `rovibME.py` deals with both static and dynamic matrix elements. [See example](https://github.com/ankit7540/H2-PolarizabilityMatrixElements/blob/master/python-module/example/H2_polarizability_MEs_example.ipynb) for more details. **Usage** ---