diff --git a/python/converters/vasp/c/plocar_io/.gitignore b/c/plocar_io/.gitignore similarity index 100% rename from python/converters/vasp/c/plocar_io/.gitignore rename to c/plocar_io/.gitignore diff --git a/python/converters/vasp/c/plocar_io/__init__.py b/c/plocar_io/__init__.py similarity index 100% rename from python/converters/vasp/c/plocar_io/__init__.py rename to c/plocar_io/__init__.py diff --git a/python/converters/vasp/c/plocar_io/c_plocar_io.c b/c/plocar_io/c_plocar_io.c similarity index 100% rename from python/converters/vasp/c/plocar_io/c_plocar_io.c rename to c/plocar_io/c_plocar_io.c diff --git a/python/converters/vasp/c/plocar_io/makefile.darwin b/c/plocar_io/makefile.darwin similarity index 100% rename from python/converters/vasp/c/plocar_io/makefile.darwin rename to c/plocar_io/makefile.darwin diff --git a/python/converters/vasp/c/plocar_io/makefile.linux b/c/plocar_io/makefile.linux similarity index 100% rename from python/converters/vasp/c/plocar_io/makefile.linux rename to c/plocar_io/makefile.linux diff --git a/python/converters/vasp/c/plocar_io/setup.py b/c/plocar_io/setup.py similarity index 100% rename from python/converters/vasp/c/plocar_io/setup.py rename to c/plocar_io/setup.py diff --git a/python/converters/vasp/doc/Makefile b/doc/vasp/Makefile similarity index 100% rename from python/converters/vasp/doc/Makefile rename to doc/vasp/Makefile diff --git a/python/converters/vasp/doc/build/.gitignore b/doc/vasp/build/.gitignore similarity index 100% rename from python/converters/vasp/doc/build/.gitignore rename to doc/vasp/build/.gitignore diff --git a/python/converters/vasp/doc/source/adv_example.cfg b/doc/vasp/source/adv_example.cfg similarity index 100% rename from python/converters/vasp/doc/source/adv_example.cfg rename to doc/vasp/source/adv_example.cfg diff --git a/python/converters/vasp/doc/source/code_struct.rst b/doc/vasp/source/code_struct.rst similarity index 100% rename from python/converters/vasp/doc/source/code_struct.rst rename to doc/vasp/source/code_struct.rst diff --git a/python/converters/vasp/doc/source/conf.py b/doc/vasp/source/conf.py similarity index 100% rename from python/converters/vasp/doc/source/conf.py rename to doc/vasp/source/conf.py diff --git a/python/converters/vasp/doc/source/config.rst b/doc/vasp/source/config.rst similarity index 100% rename from python/converters/vasp/doc/source/config.rst rename to doc/vasp/source/config.rst diff --git a/python/converters/vasp/doc/source/converter.rst b/doc/vasp/source/converter.rst similarity index 100% rename from python/converters/vasp/doc/source/converter.rst rename to doc/vasp/source/converter.rst diff --git a/python/converters/vasp/doc/source/example.cfg b/doc/vasp/source/example.cfg similarity index 100% rename from python/converters/vasp/doc/source/example.cfg rename to doc/vasp/source/example.cfg diff --git a/python/converters/vasp/doc/source/index.rst b/doc/vasp/source/index.rst similarity index 100% rename from python/converters/vasp/doc/source/index.rst rename to doc/vasp/source/index.rst diff --git a/python/converters/vasp/notes.txt b/doc/vasp/source/notes.txt similarity index 100% rename from python/converters/vasp/notes.txt rename to doc/vasp/source/notes.txt diff --git a/python/converters/vasp/doc/source/plotools.rst b/doc/vasp/source/plotools.rst similarity index 100% rename from python/converters/vasp/doc/source/plotools.rst rename to doc/vasp/source/plotools.rst diff --git a/python/converters/vasp/doc/source/users_guide.rst b/doc/vasp/source/users_guide.rst similarity index 100% rename from python/converters/vasp/doc/source/users_guide.rst rename to doc/vasp/source/users_guide.rst diff --git a/python/converters/vasp/doc/source/vaspio.rst b/doc/vasp/source/vaspio.rst similarity index 100% rename from python/converters/vasp/doc/source/vaspio.rst rename to doc/vasp/source/vaspio.rst diff --git a/python/converters/vasp/python/.gitignore b/python/vasp/.gitignore similarity index 100% rename from python/converters/vasp/python/.gitignore rename to python/vasp/.gitignore diff --git a/python/converters/vasp/python/elstruct.py b/python/vasp/elstruct.py similarity index 100% rename from python/converters/vasp/python/elstruct.py rename to python/vasp/elstruct.py diff --git a/python/converters/vasp/examples/simple/.gitignore b/python/vasp/examples/simple/.gitignore similarity index 100% rename from python/converters/vasp/examples/simple/.gitignore rename to python/vasp/examples/simple/.gitignore diff --git a/python/converters/vasp/examples/simple/DOSCAR b/python/vasp/examples/simple/DOSCAR similarity index 100% rename from python/converters/vasp/examples/simple/DOSCAR rename to python/vasp/examples/simple/DOSCAR diff --git a/python/converters/vasp/examples/simple/EIGENVAL b/python/vasp/examples/simple/EIGENVAL similarity index 100% rename from python/converters/vasp/examples/simple/EIGENVAL rename to python/vasp/examples/simple/EIGENVAL diff --git a/python/converters/vasp/examples/simple/IBZKPT b/python/vasp/examples/simple/IBZKPT similarity index 100% rename from python/converters/vasp/examples/simple/IBZKPT rename to python/vasp/examples/simple/IBZKPT diff --git a/python/converters/vasp/examples/simple/OUTCAR b/python/vasp/examples/simple/OUTCAR similarity index 100% rename from python/converters/vasp/examples/simple/OUTCAR rename to python/vasp/examples/simple/OUTCAR diff --git a/python/converters/vasp/examples/simple/PLOCAR b/python/vasp/examples/simple/PLOCAR similarity index 100% rename from python/converters/vasp/examples/simple/PLOCAR rename to python/vasp/examples/simple/PLOCAR diff --git a/python/converters/vasp/examples/simple/POSCAR b/python/vasp/examples/simple/POSCAR similarity index 100% rename from python/converters/vasp/examples/simple/POSCAR rename to python/vasp/examples/simple/POSCAR diff --git a/python/converters/vasp/examples/simple/conv_example.py b/python/vasp/examples/simple/conv_example.py similarity index 100% rename from python/converters/vasp/examples/simple/conv_example.py rename to python/vasp/examples/simple/conv_example.py diff --git a/python/converters/vasp/examples/simple/example.cfg b/python/vasp/examples/simple/example.cfg similarity index 100% rename from python/converters/vasp/examples/simple/example.cfg rename to python/vasp/examples/simple/example.cfg diff --git a/python/converters/vasp/examples/simple/run_build.sh b/python/vasp/examples/simple/run_build.sh similarity index 100% rename from python/converters/vasp/examples/simple/run_build.sh rename to python/vasp/examples/simple/run_build.sh diff --git a/python/converters/vasp/python/inpconf.py b/python/vasp/inpconf.py similarity index 100% rename from python/converters/vasp/python/inpconf.py rename to python/vasp/inpconf.py diff --git a/python/converters/vasp/python/main.py b/python/vasp/main.py similarity index 100% rename from python/converters/vasp/python/main.py rename to python/vasp/main.py diff --git a/python/converters/vasp/python/plotools.py b/python/vasp/plotools.py similarity index 100% rename from python/converters/vasp/python/plotools.py rename to python/vasp/plotools.py diff --git a/python/converters/vasp/test/.gitignore b/python/vasp/test/.gitignore similarity index 100% rename from python/converters/vasp/test/.gitignore rename to python/vasp/test/.gitignore diff --git a/python/converters/vasp/test/_inpconf/.gitignore b/python/vasp/test/_inpconf/.gitignore similarity index 100% rename from python/converters/vasp/test/_inpconf/.gitignore rename to python/vasp/test/_inpconf/.gitignore diff --git a/python/converters/vasp/test/_inpconf/__init__.py b/python/vasp/test/_inpconf/__init__.py similarity index 100% rename from python/converters/vasp/test/_inpconf/__init__.py rename to python/vasp/test/_inpconf/__init__.py diff --git a/python/converters/vasp/test/_inpconf/arraytest.py b/python/vasp/test/_inpconf/arraytest.py similarity index 100% rename from python/converters/vasp/test/_inpconf/arraytest.py rename to python/vasp/test/_inpconf/arraytest.py diff --git a/python/converters/vasp/test/_inpconf/example.cfg b/python/vasp/test/_inpconf/example.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/example.cfg rename to python/vasp/test/_inpconf/example.cfg diff --git a/python/converters/vasp/test/_inpconf/example_nogroup.cfg b/python/vasp/test/_inpconf/example_nogroup.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/example_nogroup.cfg rename to python/vasp/test/_inpconf/example_nogroup.cfg diff --git a/python/converters/vasp/test/_inpconf/input_test_1.cfg b/python/vasp/test/_inpconf/input_test_1.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/input_test_1.cfg rename to python/vasp/test/_inpconf/input_test_1.cfg diff --git a/python/converters/vasp/test/_inpconf/input_test_2.cfg b/python/vasp/test/_inpconf/input_test_2.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/input_test_2.cfg rename to python/vasp/test/_inpconf/input_test_2.cfg diff --git a/python/converters/vasp/test/_inpconf/input_test_3.cfg b/python/vasp/test/_inpconf/input_test_3.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/input_test_3.cfg rename to python/vasp/test/_inpconf/input_test_3.cfg diff --git a/python/converters/vasp/test/_inpconf/input_test_4.cfg b/python/vasp/test/_inpconf/input_test_4.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/input_test_4.cfg rename to python/vasp/test/_inpconf/input_test_4.cfg diff --git a/python/converters/vasp/test/_inpconf/parse_groups_1.cfg b/python/vasp/test/_inpconf/parse_groups_1.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/parse_groups_1.cfg rename to python/vasp/test/_inpconf/parse_groups_1.cfg diff --git a/python/converters/vasp/test/_inpconf/parse_shells_1.cfg b/python/vasp/test/_inpconf/parse_shells_1.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/parse_shells_1.cfg rename to python/vasp/test/_inpconf/parse_shells_1.cfg diff --git a/python/converters/vasp/test/_inpconf/parse_shells_2.cfg b/python/vasp/test/_inpconf/parse_shells_2.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/parse_shells_2.cfg rename to python/vasp/test/_inpconf/parse_shells_2.cfg diff --git a/python/converters/vasp/test/_inpconf/parse_shells_3.cfg b/python/vasp/test/_inpconf/parse_shells_3.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/parse_shells_3.cfg rename to python/vasp/test/_inpconf/parse_shells_3.cfg diff --git a/python/converters/vasp/test/_inpconf/parse_shells_4.cfg b/python/vasp/test/_inpconf/parse_shells_4.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/parse_shells_4.cfg rename to python/vasp/test/_inpconf/parse_shells_4.cfg diff --git a/python/converters/vasp/test/_inpconf/runtest.sh b/python/vasp/test/_inpconf/runtest.sh similarity index 100% rename from python/converters/vasp/test/_inpconf/runtest.sh rename to python/vasp/test/_inpconf/runtest.sh diff --git a/python/converters/vasp/test/_inpconf/test1.cfg b/python/vasp/test/_inpconf/test1.cfg similarity index 100% rename from python/converters/vasp/test/_inpconf/test1.cfg rename to python/vasp/test/_inpconf/test1.cfg diff --git a/python/converters/vasp/test/_inpconf/test_general.py b/python/vasp/test/_inpconf/test_general.py similarity index 100% rename from python/converters/vasp/test/_inpconf/test_general.py rename to python/vasp/test/_inpconf/test_general.py diff --git a/python/converters/vasp/test/_inpconf/test_groups.py b/python/vasp/test/_inpconf/test_groups.py similarity index 100% rename from python/converters/vasp/test/_inpconf/test_groups.py rename to python/vasp/test/_inpconf/test_groups.py diff --git a/python/converters/vasp/test/_inpconf/test_inpconf.py b/python/vasp/test/_inpconf/test_inpconf.py similarity index 100% rename from python/converters/vasp/test/_inpconf/test_inpconf.py rename to python/vasp/test/_inpconf/test_inpconf.py diff --git a/python/converters/vasp/test/_inpconf/test_input.py b/python/vasp/test/_inpconf/test_input.py similarity index 100% rename from python/converters/vasp/test/_inpconf/test_input.py rename to python/vasp/test/_inpconf/test_input.py diff --git a/python/converters/vasp/test/_inpconf/test_parameter_set.py b/python/vasp/test/_inpconf/test_parameter_set.py similarity index 100% rename from python/converters/vasp/test/_inpconf/test_parameter_set.py rename to python/vasp/test/_inpconf/test_parameter_set.py diff --git a/python/converters/vasp/test/_inpconf/test_shells.py b/python/vasp/test/_inpconf/test_shells.py similarity index 100% rename from python/converters/vasp/test/_inpconf/test_shells.py rename to python/vasp/test/_inpconf/test_shells.py diff --git a/python/converters/vasp/test/_inpconf/test_special_parsers.py b/python/vasp/test/_inpconf/test_special_parsers.py similarity index 100% rename from python/converters/vasp/test/_inpconf/test_special_parsers.py rename to python/vasp/test/_inpconf/test_special_parsers.py diff --git a/python/converters/vasp/test/_plocar_io/.gitignore b/python/vasp/test/_plocar_io/.gitignore similarity index 100% rename from python/converters/vasp/test/_plocar_io/.gitignore rename to python/vasp/test/_plocar_io/.gitignore diff --git a/python/converters/vasp/test/_plocar_io/PLOCAR.example b/python/vasp/test/_plocar_io/PLOCAR.example similarity index 100% rename from python/converters/vasp/test/_plocar_io/PLOCAR.example rename to python/vasp/test/_plocar_io/PLOCAR.example diff --git a/python/converters/vasp/test/_plocar_io/PLOCAR.example.out b/python/vasp/test/_plocar_io/PLOCAR.example.out similarity index 100% rename from python/converters/vasp/test/_plocar_io/PLOCAR.example.out rename to python/vasp/test/_plocar_io/PLOCAR.example.out diff --git a/python/converters/vasp/test/_plocar_io/PLOCAR.noprec b/python/vasp/test/_plocar_io/PLOCAR.noprec similarity index 100% rename from python/converters/vasp/test/_plocar_io/PLOCAR.noprec rename to python/vasp/test/_plocar_io/PLOCAR.noprec diff --git a/python/converters/vasp/test/_plocar_io/PLOCAR.prec8 b/python/vasp/test/_plocar_io/PLOCAR.prec8 similarity index 100% rename from python/converters/vasp/test/_plocar_io/PLOCAR.prec8 rename to python/vasp/test/_plocar_io/PLOCAR.prec8 diff --git a/python/converters/vasp/test/_plocar_io/PLOCAR.prec8.out b/python/vasp/test/_plocar_io/PLOCAR.prec8.out similarity index 100% rename from python/converters/vasp/test/_plocar_io/PLOCAR.prec8.out rename to python/vasp/test/_plocar_io/PLOCAR.prec8.out diff --git a/python/converters/vasp/test/_plocar_io/PLOCAR.trunc b/python/vasp/test/_plocar_io/PLOCAR.trunc similarity index 100% rename from python/converters/vasp/test/_plocar_io/PLOCAR.trunc rename to python/vasp/test/_plocar_io/PLOCAR.trunc diff --git a/python/converters/vasp/test/_plocar_io/mytest.py b/python/vasp/test/_plocar_io/mytest.py similarity index 100% rename from python/converters/vasp/test/_plocar_io/mytest.py rename to python/vasp/test/_plocar_io/mytest.py diff --git a/python/converters/vasp/test/_plocar_io/runtest.sh b/python/vasp/test/_plocar_io/runtest.sh similarity index 100% rename from python/converters/vasp/test/_plocar_io/runtest.sh rename to python/vasp/test/_plocar_io/runtest.sh diff --git a/python/converters/vasp/test/_plocar_io/test_fileio.py b/python/vasp/test/_plocar_io/test_fileio.py similarity index 100% rename from python/converters/vasp/test/_plocar_io/test_fileio.py rename to python/vasp/test/_plocar_io/test_fileio.py diff --git a/python/converters/vasp/test/_plocar_io/test_plocar_io.py b/python/vasp/test/_plocar_io/test_plocar_io.py similarity index 100% rename from python/converters/vasp/test/_plocar_io/test_plocar_io.py rename to python/vasp/test/_plocar_io/test_plocar_io.py diff --git a/python/converters/vasp/test/_plotools/.gitignore b/python/vasp/test/_plotools/.gitignore similarity index 100% rename from python/converters/vasp/test/_plotools/.gitignore rename to python/vasp/test/_plotools/.gitignore diff --git a/python/converters/vasp/test/_plotools/DOSCAR b/python/vasp/test/_plotools/DOSCAR similarity index 100% rename from python/converters/vasp/test/_plotools/DOSCAR rename to python/vasp/test/_plotools/DOSCAR diff --git a/python/converters/vasp/test/_plotools/EIGENVAL b/python/vasp/test/_plotools/EIGENVAL similarity index 100% rename from python/converters/vasp/test/_plotools/EIGENVAL rename to python/vasp/test/_plotools/EIGENVAL diff --git a/python/converters/vasp/test/_plotools/IBZKPT b/python/vasp/test/_plotools/IBZKPT similarity index 100% rename from python/converters/vasp/test/_plotools/IBZKPT rename to python/vasp/test/_plotools/IBZKPT diff --git a/python/converters/vasp/test/_plotools/OUTCAR b/python/vasp/test/_plotools/OUTCAR similarity index 100% rename from python/converters/vasp/test/_plotools/OUTCAR rename to python/vasp/test/_plotools/OUTCAR diff --git a/python/converters/vasp/test/_plotools/PLOCAR b/python/vasp/test/_plotools/PLOCAR similarity index 100% rename from python/converters/vasp/test/_plotools/PLOCAR rename to python/vasp/test/_plotools/PLOCAR diff --git a/python/converters/vasp/test/_plotools/POSCAR b/python/vasp/test/_plotools/POSCAR similarity index 100% rename from python/converters/vasp/test/_plotools/POSCAR rename to python/vasp/test/_plotools/POSCAR diff --git a/python/converters/vasp/test/_plotools/POSCAR.complex b/python/vasp/test/_plotools/POSCAR.complex similarity index 100% rename from python/converters/vasp/test/_plotools/POSCAR.complex rename to python/vasp/test/_plotools/POSCAR.complex diff --git a/python/converters/vasp/test/_plotools/densmat.out b/python/vasp/test/_plotools/densmat.out similarity index 100% rename from python/converters/vasp/test/_plotools/densmat.out rename to python/vasp/test/_plotools/densmat.out diff --git a/python/converters/vasp/test/_plotools/example.cfg b/python/vasp/test/_plotools/example.cfg similarity index 100% rename from python/converters/vasp/test/_plotools/example.cfg rename to python/vasp/test/_plotools/example.cfg diff --git a/python/converters/vasp/test/_plotools/mytest.py b/python/vasp/test/_plotools/mytest.py similarity index 100% rename from python/converters/vasp/test/_plotools/mytest.py rename to python/vasp/test/_plotools/mytest.py diff --git a/python/converters/vasp/test/_plotools/projgroups.out b/python/vasp/test/_plotools/projgroups.out similarity index 100% rename from python/converters/vasp/test/_plotools/projgroups.out rename to python/vasp/test/_plotools/projgroups.out diff --git a/python/converters/vasp/test/_plotools/projortho.out b/python/vasp/test/_plotools/projortho.out similarity index 100% rename from python/converters/vasp/test/_plotools/projortho.out rename to python/vasp/test/_plotools/projortho.out diff --git a/python/converters/vasp/test/_plotools/projshells.out b/python/vasp/test/_plotools/projshells.out similarity index 100% rename from python/converters/vasp/test/_plotools/projshells.out rename to python/vasp/test/_plotools/projshells.out diff --git a/python/converters/vasp/test/_plotools/runtest.sh b/python/vasp/test/_plotools/runtest.sh similarity index 100% rename from python/converters/vasp/test/_plotools/runtest.sh rename to python/vasp/test/_plotools/runtest.sh diff --git a/python/converters/vasp/test/_plotools/test_consistency.py b/python/vasp/test/_plotools/test_consistency.py similarity index 100% rename from python/converters/vasp/test/_plotools/test_consistency.py rename to python/vasp/test/_plotools/test_consistency.py diff --git a/python/converters/vasp/test/_plotools/test_plotools.py b/python/vasp/test/_plotools/test_plotools.py similarity index 100% rename from python/converters/vasp/test/_plotools/test_plotools.py rename to python/vasp/test/_plotools/test_plotools.py diff --git a/python/converters/vasp/test/_plotools/test_projgroups.py b/python/vasp/test/_plotools/test_projgroups.py similarity index 100% rename from python/converters/vasp/test/_plotools/test_projgroups.py rename to python/vasp/test/_plotools/test_projgroups.py diff --git a/python/converters/vasp/test/_plotools/test_projshells.py b/python/vasp/test/_plotools/test_projshells.py similarity index 100% rename from python/converters/vasp/test/_plotools/test_projshells.py rename to python/vasp/test/_plotools/test_projshells.py diff --git a/python/converters/vasp/test/_plotools/test_select_bands.py b/python/vasp/test/_plotools/test_select_bands.py similarity index 100% rename from python/converters/vasp/test/_plotools/test_select_bands.py rename to python/vasp/test/_plotools/test_select_bands.py diff --git a/python/converters/vasp/test/_plotools/wrong_shell.cfg b/python/vasp/test/_plotools/wrong_shell.cfg similarity index 100% rename from python/converters/vasp/test/_plotools/wrong_shell.cfg rename to python/vasp/test/_plotools/wrong_shell.cfg diff --git a/python/converters/vasp/test/_vaspio/.gitignore b/python/vasp/test/_vaspio/.gitignore similarity index 100% rename from python/converters/vasp/test/_vaspio/.gitignore rename to python/vasp/test/_vaspio/.gitignore diff --git a/python/converters/vasp/test/_vaspio/DOSCAR.example b/python/vasp/test/_vaspio/DOSCAR.example similarity index 100% rename from python/converters/vasp/test/_vaspio/DOSCAR.example rename to python/vasp/test/_vaspio/DOSCAR.example diff --git a/python/converters/vasp/test/_vaspio/EIGENVAL.example b/python/vasp/test/_vaspio/EIGENVAL.example similarity index 100% rename from python/converters/vasp/test/_vaspio/EIGENVAL.example rename to python/vasp/test/_vaspio/EIGENVAL.example diff --git a/python/converters/vasp/test/_vaspio/EIGENVAL.example.out b/python/vasp/test/_vaspio/EIGENVAL.example.out similarity index 100% rename from python/converters/vasp/test/_vaspio/EIGENVAL.example.out rename to python/vasp/test/_vaspio/EIGENVAL.example.out diff --git a/python/converters/vasp/test/_vaspio/IBZKPT.example b/python/vasp/test/_vaspio/IBZKPT.example similarity index 100% rename from python/converters/vasp/test/_vaspio/IBZKPT.example rename to python/vasp/test/_vaspio/IBZKPT.example diff --git a/python/converters/vasp/test/_vaspio/IBZKPT.example.out b/python/vasp/test/_vaspio/IBZKPT.example.out similarity index 100% rename from python/converters/vasp/test/_vaspio/IBZKPT.example.out rename to python/vasp/test/_vaspio/IBZKPT.example.out diff --git a/python/converters/vasp/test/_vaspio/IBZKPT.notet b/python/vasp/test/_vaspio/IBZKPT.notet similarity index 100% rename from python/converters/vasp/test/_vaspio/IBZKPT.notet rename to python/vasp/test/_vaspio/IBZKPT.notet diff --git a/python/converters/vasp/test/_vaspio/IBZKPT.notet.out b/python/vasp/test/_vaspio/IBZKPT.notet.out similarity index 100% rename from python/converters/vasp/test/_vaspio/IBZKPT.notet.out rename to python/vasp/test/_vaspio/IBZKPT.notet.out diff --git a/python/converters/vasp/test/_vaspio/POSCAR.complex b/python/vasp/test/_vaspio/POSCAR.complex similarity index 100% rename from python/converters/vasp/test/_vaspio/POSCAR.complex rename to python/vasp/test/_vaspio/POSCAR.complex diff --git a/python/converters/vasp/test/_vaspio/POSCAR.example b/python/vasp/test/_vaspio/POSCAR.example similarity index 100% rename from python/converters/vasp/test/_vaspio/POSCAR.example rename to python/vasp/test/_vaspio/POSCAR.example diff --git a/python/converters/vasp/test/_vaspio/POSCAR.example.out b/python/vasp/test/_vaspio/POSCAR.example.out similarity index 100% rename from python/converters/vasp/test/_vaspio/POSCAR.example.out rename to python/vasp/test/_vaspio/POSCAR.example.out diff --git a/python/converters/vasp/test/_vaspio/mytest.py b/python/vasp/test/_vaspio/mytest.py similarity index 100% rename from python/converters/vasp/test/_vaspio/mytest.py rename to python/vasp/test/_vaspio/mytest.py diff --git a/python/converters/vasp/test/_vaspio/runtest.sh b/python/vasp/test/_vaspio/runtest.sh similarity index 100% rename from python/converters/vasp/test/_vaspio/runtest.sh rename to python/vasp/test/_vaspio/runtest.sh diff --git a/python/converters/vasp/test/_vaspio/test_doscar.py b/python/vasp/test/_vaspio/test_doscar.py similarity index 100% rename from python/converters/vasp/test/_vaspio/test_doscar.py rename to python/vasp/test/_vaspio/test_doscar.py diff --git a/python/converters/vasp/test/_vaspio/test_eigenval.py b/python/vasp/test/_vaspio/test_eigenval.py similarity index 100% rename from python/converters/vasp/test/_vaspio/test_eigenval.py rename to python/vasp/test/_vaspio/test_eigenval.py diff --git a/python/converters/vasp/test/_vaspio/test_kpoints.py b/python/vasp/test/_vaspio/test_kpoints.py similarity index 100% rename from python/converters/vasp/test/_vaspio/test_kpoints.py rename to python/vasp/test/_vaspio/test_kpoints.py diff --git a/python/converters/vasp/test/_vaspio/test_poscar.py b/python/vasp/test/_vaspio/test_poscar.py similarity index 100% rename from python/converters/vasp/test/_vaspio/test_poscar.py rename to python/vasp/test/_vaspio/test_poscar.py diff --git a/python/converters/vasp/test/_vaspio/test_vaspio.py b/python/vasp/test/_vaspio/test_vaspio.py similarity index 100% rename from python/converters/vasp/test/_vaspio/test_vaspio.py rename to python/vasp/test/_vaspio/test_vaspio.py diff --git a/python/converters/vasp/test/run_all.sh b/python/vasp/test/run_all.sh similarity index 100% rename from python/converters/vasp/test/run_all.sh rename to python/vasp/test/run_all.sh diff --git a/python/converters/vasp/test/test_all.py b/python/vasp/test/test_all.py similarity index 100% rename from python/converters/vasp/test/test_all.py rename to python/vasp/test/test_all.py diff --git a/python/converters/vasp/python/vasp_converter.py b/python/vasp/vasp_converter.py similarity index 100% rename from python/converters/vasp/python/vasp_converter.py rename to python/vasp/vasp_converter.py diff --git a/python/converters/vasp/python/vaspio.py b/python/vasp/vaspio.py similarity index 100% rename from python/converters/vasp/python/vaspio.py rename to python/vasp/vaspio.py