From f5a2dc315affc5f87903ee7cd4a1d33601a0f16b Mon Sep 17 00:00:00 2001 From: ztwang Date: Mon, 2 Sep 2024 16:14:58 +0800 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a6e9a..090d675 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![C/C++ CI](https://github.com/wztzjhn/quantum_basis/actions/workflows/c-cpp.yml/badge.svg?branch=master)](https://github.com/wztzjhn/quantum_basis/actions/workflows/c-cpp.yml) # Quantum Basis -Basis of condensed matter quantum lattice problems, for usage in exact diagonalization (ED). The code is designed for any general bosonic or fermionic problem (or a mix of both), as long as the user can provide the [matrix form of the elementary operators](docs/Manual.pdf) of the Hamiltonian. +Basis of condensed matter quantum lattice problems, for usage in exact diagonalization (ED). The code is designed for any general bosonic or fermionic problem (or a mix of both), as long as the user can provide the [matrix form of the elementary operators](docs/Manual.pdf) (see Chapter 2 for details) of the Hamiltonian. ## Human-friendly usage (Heisenberg model as *example*) *Note: the grammars below may differ slightly from the acutal code, please refer to the folder "examples" for exact usage.*