mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
Add mpi import in converter_tools (related to issue #23)
This commit is contained in:
parent
376d9b3693
commit
acfd19fa87
@ -20,6 +20,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
from pytriqs.cmake_info import hdf5_command_path
|
from pytriqs.cmake_info import hdf5_command_path
|
||||||
|
import pytriqs.utility.mpi as mpi
|
||||||
|
|
||||||
class ConverterTools:
|
class ConverterTools:
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
from types import *
|
from types import *
|
||||||
import numpy
|
import numpy
|
||||||
from pytriqs.archive import *
|
from pytriqs.archive import *
|
||||||
import pytriqs.utility.mpi as mpi
|
|
||||||
from converter_tools import *
|
from converter_tools import *
|
||||||
|
|
||||||
class Wien2kConverter(ConverterTools):
|
class Wien2kConverter(ConverterTools):
|
||||||
|
Loading…
Reference in New Issue
Block a user