From dc5cb2ad2527408b4b4918edf90eb643e1e7fc3b Mon Sep 17 00:00:00 2001 From: Matheus Gomes Cordeiro Date: Thu, 21 Nov 2024 10:12:12 -0300 Subject: [PATCH] Criado usando o Colab --- 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",