The problem can be solved by the following modification in the script file:
basis_set = [
GGABasis.Silver_SingleZetaPolarized,
GGABasis.Gold_SingleZetaPolarized,
GGABasis.Iron_DoubleZetaPolarized,
]
or
basis_set = [
GGABasis.Silver_DoubleZetaPolarized,
GGABasis.Gold_DoubleZetaPolarized,
GGABasis.Iron_DoubleZetaPolarized,
]