Skip to content

Commit d715141

Browse files
Merge pull request #6 from fobos123deimos/main
Criado usando o Colab
2 parents 5ada35f + dc5cb2a commit d715141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/precision_tests_mpmath.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"cell_type": "markdown",
1414
"source": [
15-
"### Understanding the mpmath package\n",
15+
"### Understanding the mpmath module\n",
1616
"\n",
1717
"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",
1818
"\n",

0 commit comments

Comments
 (0)