Skip to content

Reference ABCMolecule ABCMolecule.to_qe

ABCMolecule.to_qe

to_qe(filename, cartesian=None)

Write ABCMolecule object to .qe file.

Parameters:

  • filename (str) –

    Name of .xyz file that will be created.

  • cartesian (bool | None, default: None ) –

    If True, .qe file will contain cartesian coordinates. If False, .qe file will contain direct coordinates. If not provided, .qe file will default to self.positional coordinates.

Returns:

  • .qe file containing ABCMolecule object.