mirror of
https://github.com/triqs/dft_tools
synced 2025-01-06 11:28:44 +01:00
Small bugfixes
This commit is contained in:
parent
4ebfd15803
commit
52d2159c18
@ -51,8 +51,7 @@ from h5 import *
|
|||||||
from .converter_tools import *
|
from .converter_tools import *
|
||||||
from itertools import product
|
from itertools import product
|
||||||
import os.path
|
import os.path
|
||||||
import pytriqs.utility.mpi as mpi
|
import triqs.utility.mpi as mpi
|
||||||
|
|
||||||
|
|
||||||
class Wannier90Converter(ConverterTools):
|
class Wannier90Converter(ConverterTools):
|
||||||
"""
|
"""
|
||||||
|
@ -26,7 +26,7 @@ from h5 import *
|
|||||||
from triqs.utility.h5diff import h5diff
|
from triqs.utility.h5diff import h5diff
|
||||||
import triqs.utility.mpi as mpi
|
import triqs.utility.mpi as mpi
|
||||||
|
|
||||||
Converter = Wannier90Converter(seedname='LaVO3-Pnma',hdf_filename='w90_convert.out.h5')
|
Converter = Wannier90Converter(seedname='LaVO3-Pnma',hdf_filename='w90_convert.out.h5', rot_mat_type='wannier')
|
||||||
|
|
||||||
Converter.convert_dft_input()
|
Converter.convert_dft_input()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user