Skip to content

Commit

Permalink
Should be adjlist, not smiles
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Oct 13, 2023
1 parent 4a0e93d commit e265c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function readinputyml(fname::String)
try
d["atomnums"],d["bondnum"],d["molecularweight"] = getatomdictadjlist(d["adjlist"])
catch
@warn("failed to generate molecular information from smiles for species $spcname")
@warn("failed to generate molecular information from adjlist for species $spcname")
end
elseif "smiles" in keys(d)
try
Expand Down

0 comments on commit e265c7f

Please sign in to comment.