Using the ``friendly`` Module ============================= This chapter provides instructions on how to use ChemApp for Python's ``friendly`` module, which provides a friendlier Python interface to the ChemApp library than the ``tq*`` interface in the ``basic`` module. The purpose of the ``friendly`` module is to make is quicker and easier to set up and do thermochemical calculations, and process calculation results. It also aims to make the code you write less error prone, and easier to read and understand. .. include:: friendly-vs-basic.rst .. include:: function-groups.rst .. include:: worked-examples.rst .. include:: tutorials.rst