1# bohr package
2# Matthew Bertucci 9/19/2021 for v1.0
3
4#include:tikz
5#include:pgfopts
6#include:elements
7
8\bohr{num of electrons}{atom name}
9\bohr[num of shells]{num of electrons}{atom name}
10
11\setbohr{options%keyvals}
12
13#keyvals:\setbohr
14insert-symbol#true,false
15insert-number#true,false
16insert-missing#true,false
17atom-style={%<code%>}
18name-options-set={%<tikz-options%>}
19name-options-add={%<tikz-options%>}
20nucleus-options-set={%<tikz-options%>}
21nucleus-options-add={%<tikz-options%>}
22nucleus-radius=##L
23electron-options-set={%<tikz-options%>}
24electron-options-add={%<tikz-options%>}
25electron-radius=##L
26shell-options-set={%<tikz-options%>}
27shell-options-add={%<tikz-options%>}
28shell-dist=##L
29distribution-method=#periodic,quantum
30#endkeyvals