Incorrect docstring in system_from_smiles
#23
Labels
documentation
Improvements or additions to documentation
system_from_smiles
#23
Kinetica.jl/src/exploration/molecule_system.jl
Lines 249 to 263 in 2ebced5
system_from_smiles
incorrectly states that it takes aString
input, leading users to believe that this can be a single SMILES with multiple species. This method actually requires a vector of individual SMILES strings.Docstring needs to be updated, but could consider making this also work with single SMILES strings as well.
The text was updated successfully, but these errors were encountered: