From 9ec9bcd94be26ce9dea0d591e8c3ffc2744bfc73 Mon Sep 17 00:00:00 2001 From: Matheus Cordeiro Date: Thu, 21 Nov 2024 10:48:35 -0300 Subject: [PATCH] Merge pull request #7 from fobos123deimos/scott Merge pull request #6 from fobos123deimos/main --- examples/precision_tests_mpmath.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/precision_tests_mpmath.ipynb b/examples/precision_tests_mpmath.ipynb index bc2f55f..e0f3998 100644 --- a/examples/precision_tests_mpmath.ipynb +++ b/examples/precision_tests_mpmath.ipynb @@ -12,7 +12,7 @@ { "cell_type": "markdown", "source": [ - "### Understanding the mpmath package\n", + "### Understanding the mpmath module\n", "\n", "This notebook explores some attributes of the arbitrary precision module of the Fast Wave package (`wavefunction_mpmath`), which leverages Python's mpmath package. The [mpmath](https://mpmath.org/) is a Python library providing arbitrary-precision floating-point arithmetic for real and complex numbers (by [Fredrik Johansson](https://fredrikj.net/)). It can be integrated into Python projects directly or used via [SymPy](https://www.sympy.org/en/index.html) or [Sage](https://www.sagemath.org/). To achieve arbitrarily precise calculations of the quantum harmonic oscillator wave function, an arbitrary-precision module was integrated into the Fast Wave package using mpmath.\n", "\n",