QuTiP Notebook Example
=======================

This is an interactive Jupyter notebook demonstrating QuTiP-focused workflows
with the ``latex_parser`` library. It includes step-by-step explanations and
visualization outputs.

Source
------

The notebook file is located at:

.. code-block:: text

    examples/qutip_example.ipynb

View and Run
------------

To view the notebook interactively:

.. code-block:: bash

    jupyter notebook examples/qutip_example.ipynb

Or convert to Python and run:

.. code-block:: bash

    jupyter nbconvert --to script examples/qutip_example.ipynb
    python examples/qutip_example.py

Notes
-----

- This notebook demonstrates QuTiP-specific features and best practices.
- Requires Jupyter and QuTiP to be installed.
