Skip to content

Commit

Permalink
Criado usando o Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
fobos123deimos committed Nov 21, 2024
1 parent 5ada35f commit dc5cb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/precision_tests_mpmath.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dc5cb2a

Please sign in to comment.