From 6bc170a05d5e153963bf285f83a69ccdb2517860 Mon Sep 17 00:00:00 2001 From: Toon Verstraelen Date: Sat, 6 Jul 2024 17:29:22 +0200 Subject: [PATCH] Fix typo --- iodata/overlap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iodata/overlap.py b/iodata/overlap.py index 8fb87a24..3d26a704 100644 --- a/iodata/overlap.py +++ b/iodata/overlap.py @@ -73,7 +73,7 @@ def compute_overlap( r"""Compute overlap matrix for the given molecular basis set(s). .. math:: - \left\langle \psi_i \mid\vert \psi_j \right\rangle + \left\langle \psi_i \mid \psi_j \right\rangle When only one basis set is given, the overlap matrix of that basis (with itself) is computed. If a second basis set (with its atomic coordinates) is