def forces_from_outcar(filename="OUTCAR"):
    """Finds and returns forces from the OUTCAR file.

    Args:
        filename (:obj:'str', optional): the name of the ``OUTCAR`` file to be read. Default is `OUTCAR`.