Matthew Holland
Results
2
issues of
Matthew Holland
**Describe the bug** get_atomic_charges() returns a list of 0s for ORCA calculations, when atomic charges are present in the .out file **To Reproduce** ``` mol = autode.Molecule(smiles='c1ncccc1', name='pyridine') calc =...
bug
When trying to use molplotly to generate hover structures with a series of scatterplots generated using `make_subplots` (generated using different columns of a dataframe for the same RDKit molecule row),...