docstring fro init_dmftpr

This commit is contained in:
harrisonlabollita 2021-11-16 06:59:32 -07:00
parent b16374be5f
commit b15e9bef03
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,14 @@ import glob, sys, os
from numpy import array
def write_indmftpr():
"""
Usage: init_dmftpr
**case.struct file is required for this script.**
An interactive script to generate the input file (case.indmftpr) for
the dmftproj program.
"""
orbitals = {"s" : [1, 0, 0, 0],
"p" : [0, 1, 0, 0],
"d" : [0, 0, 1, 0],