Skip to content

Commit

Permalink
Merge pull request #253 from ssun30/add_boron
Browse files Browse the repository at this point in the history
Add Boron to RMS
  • Loading branch information
mjohnson541 committed Mar 9, 2024
2 parents 53e1ab6 + b5473d0 commit 1f37bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Parse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end

const unitsdict = Dict()
const elementdict = Dict([1=>"H",3=>"Li",6=>"C",8=>"O",7=>"N",17=>"Cl",16=>"S",18=>"Ar",10=>"Ne",2=>"He",
15=>"P",9=>"F",35=>"Br",53=>"I",289=>"Fl",0=>"X"])
15=>"P",9=>"F",35=>"Br",53=>"I",289=>"Fl",0=>"X",5=>"B"])

const allowedfcnlist = vcat(names(Calc),names(Spc),names(Rxn),names(Solv))

Expand All @@ -53,6 +53,7 @@ const mcgowanvolumes = Dict(["H"=> upreferred(8.71u"mL/mol").val,
"Ne"=> upreferred(8.51u"mL/mol").val,"Si"=> upreferred(26.83u"mL/mol").val, "P"=> upreferred(24.87u"mL/mol").val,
"S"=> upreferred(22.91u"mL/mol").val, "Cl"=> upreferred(20.95u"mL/mol").val,
"Ar"=> upreferred(18.99u"mL/mol").val,"Br"=> upreferred(26.21u"mL/mol").val,
"B"=> upreferred(18.31u"mL/mol").val
])

function parseentry(q,units=nothing)
Expand Down

0 comments on commit 1f37bfd

Please sign in to comment.