Skip to content

Commit

Permalink
fix to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Nov 26, 2018
1 parent d32f8d3 commit 9493c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/program_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create_parser():
"Number of orbitals at each correlated shell (*ncor* integers separated by commas or spaces.)")
parser.add_option("model", "equiv", str, "None",
"Equivalence of each correlated shell. Please, be careful to use it (See below).")
parser.add_option("model", "bvec", str, "[(1.0,0.0,0.0), (0.0,1.0,0.0), (0.0,0.0,1.0)]", "Reciprocal lattice vectors in arbitrary unit.")
parser.add_option("model", "bvec", str, "[(1.0,0.0,0.0),(0.0,1.0,0.0),(0.0,0.0,1.0)]", "Reciprocal lattice vectors in arbitrary unit.")
parser.add_option("model", "spin_orbit", bool, False, "Whether the spin-orbit case (See :ref:`pbtutorial`).")
parser.add_option("model", "interaction", str, "kanamori",
'Chosen from "slater_uj", "slater_f", "kanamori", "respack" (See below)')
Expand Down

0 comments on commit 9493c3b

Please sign in to comment.