3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 05:43:48 +02:00

docstring fro init_dmftpr

This commit is contained in:
harrisonlabollita 2021-11-16 06:59:32 -07:00
parent b16374be5f
commit b15e9bef03

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],