.. include:: /substitutions.rst .. _viperleed_calc: ============== viperleed.calc ============== |calc| is the Python package that makes up the core of the computational part of the ViPErLEED project. It provides a set of tools for calculating and analyzing |LEED-IV| curves for arbitrary input structures. It is available from the Python Package Index (PyPI) and can easily be installed using ``pip``: .. code-block:: bash pip install viperleed The ViPErLEED Python code can also be obtained from the `viperleed `__ GitHub repository. The |calc| package is written in Python, but many core parts require the :term:`TensErLEED` source code to be available. It can be downloaded from the `viperleed-tensorleed `__ GitHub repository. See the :ref:`installation page` for further information. Stand-alone calculations with |calc| can be executed using the command-line interface (see :ref:`here`). An interface to the Atomic Simulation Environment (:term:`ASE`) is :ref:`also available`. You can also import the ``viperleed`` package and any of its functionality in your own Python code. See :ref:`api_index` for more details. .. toctree:: :maxdepth: 1 calc/install_tensor_leed calc/examples calc/conventions How to run calc/work_segments calc/files Parameters calc/utilities/bookkeeper_cli calc/utilities