Sequential Input
================

The script *seq_mol_input.py* demonstrates how to read molecules in a sequential manner from
a given input file.

**Synopsis**

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

**Code**

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

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