Skip to content

Commit

Permalink
Update link to cclib documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sevyharris committed Apr 18, 2024
1 parent 0317010 commit 2dbedc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/qm/molecule.py
Expand Up @@ -408,7 +408,7 @@ def parse(self):
parser = self.get_parser(self.output_file_path)
parser.logger.setLevel(
logging.ERROR
) # cf. http://cclib.sourceforge.net/wiki/index.php/Using_cclib#Additional_information
) # cf. https://cclib.github.io/index.html#how-to-use-cclib
parser.molmass = None # give it an attribute and it won't delete it, leaving it on the parser object
parser.rotcons = ( # for cclib < 1.8.0
[]
Expand Down

0 comments on commit 2dbedc2

Please sign in to comment.