Skip to content

Commit

Permalink
Update doc/development/contributing.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Cross <hodgestar+github@gmail.com>
  • Loading branch information
Ericgig and hodgestar committed May 13, 2024
1 parent c2b1287 commit a8b95a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ QuTiP's approach is such:
- Type hints are *hints* for the users.
- Type hints can show the preferred usage over real implementation, for example:
- ``Qobj.__mul__`` is typed to support product with scalar, not other ``Qobj``, for which ``__matmul__`` should is preferred.
- ``solver.options`` claim it return a dict not ``_SolverOptions`` (which is a subclass of dict).
- ``solver.options`` claims it return a dict not ``_SolverOptions`` (which is a subclass of dict).
- Type alias are added to ``qutip.typing``.
- `Any` can be used for input which type can be extended by plugin modules, (``qutip-cupy``, ``qutip-jax``, etc.)

Expand Down

0 comments on commit a8b95a9

Please sign in to comment.