#
#  Orbital batch input file  input.txt
#
#  Lines beginning with "#" or ";" are comments.
#
#  To use this file, from the Start|Run... menu, type
#
#  c:\orbital\orbital input.txt
#
#  CLEAR (in caps) either in this file or on the command line
#  clears the cache.
#
#  Options may be entered on separate lines or after n, l, and m.
#  Any option set remains set until explicitly changed.
#
#  Options not set take the default seen on the opening screen.
#
#  Highly recommended: "extent=auto"
#  Alternatively, "extent=10" (for example) 
#    would set the orbital extent to 10 Angstroms
#
#
# options include (words in parentheses are not necessary):
#
# maxpoints=<number>
# extent=auto or <number>
# Z=1 (nuclear charge)

# to turn off the following, use "no" in front,
# as for example "nofirst" or "nonodes"

# nodes
# probability
# first (quadrant)
# full (screen display)
# four (-panel display)
# black (background)
# start (rotation)
# small (points)
# energy(aJ) (display)
# energy(J) (display)
# quick (calculation)
# continue (previous calculation)

# CLEAR

maxpoints=5000
extent=auto

#n l m [xy yz xz]

1 0 0   noenergy continue
2 0 0   xy quick
2 1 0   noquick

2 1 0   Z=2

Z=3
2 1 0   

Z=1
2 1 1   quick nocontinue nodes
2 1 -1  probability
3 0 0   energy
3 1 0   first
3 1 1   nofirst full
3 1 -1  black
3 2 0   start
3 2 1   nofull nostart
3 2 -1  noblack
3 2 1   four
3 2 -2  nofour

