Physicochemical Properties
==========================

The script *print_atom_physchem_props.py* demonstrates how to iterate over the atoms of molecules
read from a specified input file and calculate the following physicochemical atom properties:

 - Hybrid polarizability
 - Effective polarizability

**Synopsis**

  :program:`python` *print_atom_physchem_props.py* <file>

**Code**

.. literalinclude:: /downloads/print_atom_physchem_props.py
   :language: python
   :linenos:
   :lines: 21-

:download:`Download source file</downloads/print_atom_physchem_props.py>`