phonopy 3.2.1__tar.gz → 3.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {phonopy-3.2.1 → phonopy-3.3.0}/PKG-INFO +1 -1
- phonopy-3.3.0/phonopy/_version.py +24 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/harmonic/displacement.py +1 -1
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/phonopy_yaml.py +12 -70
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/group_velocity.py +5 -3
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/version.py +1 -1
- phonopy-3.2.1/phonopy/_version.py +0 -34
- {phonopy-3.2.1 → phonopy-3.3.0}/CMakeLists.txt +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/LICENSE +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/_phonopy.cpp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/derivative_dynmat.c +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/derivative_dynmat.h +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/dynmat.c +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/dynmat.h +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/phonopy.c +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/phonopy.h +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/rgrid.c +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/rgrid.h +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/tetrahedron_method.c +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/c/tetrahedron_method.h +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/doc/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/STRU +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/STRU.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/band.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/disp-001/Al.PD04.PBE.UPF +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/disp-001/Al_gga_10au_100Ry_3s3p2d.orb +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/disp-001/INPUT +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/disp-001/KPT +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/disp-001/OUT.ABACUS/running_scf.log +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/disp-001/STRU-001 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/mesh.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/phonopy.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/setting.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/STRU +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/STRU.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/band.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/disp-001/Al.PD04.PBE.UPF +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/disp-001/INPUT +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/disp-001/KPT +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/disp-001/OUT.ABACUS/running_scf.log +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/disp-001/STRU-001 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/mesh.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/phonopy.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/setting.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/FORCES +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/IO/inp.xml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/IO/kpts.xml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/IO/out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/IO/sym.xml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/band.pdf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/fleur_inpgen +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-Fleur/supercell-001.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/Al-QHA.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR--1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR--2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR--3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR--4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR--5 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR-0 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR-1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR-2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR-3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR-4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/POSCAR-5 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/e-v.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml--1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml--2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml--3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml--4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml--5 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml-0 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml-1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml-2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml-3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml-4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al-QHA/thermal_properties.yaml-5 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al2O3/Al2O3.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al2O3/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al2O3/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al2O3/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al2O3/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al2O3/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Al2O3/vaspruns.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/CaTiO3/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/CaTiO3/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/CaTiO3/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/CaTiO3/vaspruns.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr/vasprun.xml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr-castep/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr-castep/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr-castep/band.pdf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr-castep/make_displ_dirs.sh +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr-castep/tail.cell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cr-castep/unitcell.cell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-00 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-01 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-02 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-03 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-04 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-05 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-06 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-07 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-08 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-09 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/POSCAR-10 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/e-v.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/fe-v.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-00 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-01 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-02 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-03 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-04 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-05 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-06 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-07 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-08 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-09 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/thermal_properties.yaml-10 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Cu-QHA/vasprun.xmls.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Graphene-siesta/Gr.fdf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Graphene-siesta/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Graphene-siesta/disp-001/Gr.FA +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Graphene-siesta/run_example.sh +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/KCl-SSCHA/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/KCl-SSCHA/embed_sscha_fc.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/KCl-SSCHA/phonopy_fc222_JPCM2022.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/KCl-SSCHA/phonopy_fc444_JPCM2022.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/KCl-SSCHA/phonopy_mlpsscha_params_KCl-120.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/KCl-SSCHA/phonopy_sscha_fc_JPCM2022.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/LiF-nosym/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/LiF-nosym/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/LiF-nosym/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/LiF-nosym/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgB2/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgB2/MgB2.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgB2/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgB2/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgB2/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgB2/vaspruns.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgO/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgO/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgO/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgO/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgO/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/MgO/vaspruns.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/NaCl-band-gv.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/NaCl-band.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/NaCl-dynmat.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/NaCl-gv.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/NaCl-read_write_fc.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/NaCl-yaml.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/NaCl.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/vasprun.xml-001 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl/vasprun.xml-002 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CP2K/.gitignore +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CP2K/NaCl-supercell-001-forces-1_0.xyz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CP2K/NaCl-supercell-002-forces-1_0.xyz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CP2K/NaCl.inp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CP2K/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CP2K/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CP2K/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CRYSTAL/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CRYSTAL/TEMPLATE +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CRYSTAL/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CRYSTAL/crystal.o +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CRYSTAL/supercell-001.o +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-CRYSTAL/supercell-002.o +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/atom.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/etot.input +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/force-001/OUT.FORCE +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/force-001/etot.input +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/force-001/supercell-001.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/force-002/OUT.FORCE +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/force-002/etot.input +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/force-002/supercell-002.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/supercell-001.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/supercell-002.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-PWmat/supercell.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/NaCl-001.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/NaCl-001.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/NaCl-002.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/NaCl-002.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/NaCl.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/NaCl.ph.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/NaCl.ph.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/header.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/NaCl.fc.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/NaCl.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/NaCl.ph-gamma.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/NaCl.ph.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/make_born_q2r.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/make_fc_q2r.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/output888.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-QE-q2r/q2r.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-VASPdfpt/FORCE_CONSTANTS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-VASPdfpt/OUTCAR +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-VASPdfpt/POSCAR +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-VASPdfpt/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-VASPdfpt/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-VASPdfpt/vasprun.xml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-abinit/NaCl.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-abinit/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-abinit/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-abinit/disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-abinit/supercell-001.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-abinit/supercell-002.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-castep/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-castep/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-castep/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-castep/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-castep/make_displ_dirs.sh +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-castep/supercell.param +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-castep/tail.cell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-castep/unitcell.cell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-0.995/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-0.995/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-0.995/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-1.00/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-1.00/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-1.00/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-1.005/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-1.005/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/NaCl-1.005/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-gruneisen/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-rd/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-rd/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-rd/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-rd/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-rd/force-calcs.tar.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-rd/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k/NaCl-001.scf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k/NaCl-002.scf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k/NaCl.struct +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k-P1/NaCl-001.scf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k-P1/NaCl-002.scf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k-P1/NaCl.struct +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k-P1/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/NaCl-wien2k-P1/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si/vasprun.xml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-CP2K/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-CP2K/Si-supercell-001-forces-1_0.xyz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-CP2K/Si.inp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-CRYSTAL/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-CRYSTAL/TEMPLATE +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-CRYSTAL/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-CRYSTAL/crystal.o +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-CRYSTAL/supercell-001.o +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/OUT.FORCE-001 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/atom.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/etot.input +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/mesh.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/mesh.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/supercell-001.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-PWmat/supercell.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QE/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QE/Si.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QE/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QE/supercell-001.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR--1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR--2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR--3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR--4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR--5 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR-0 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR-1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR-2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR-3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR-4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/POSCAR-5 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/Si.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/e-v.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml--1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml--2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml--3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml--4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml--5 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml-0 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml-1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml-2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml-3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml-4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/thermal_properties.yaml-5 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-QHA/vasprun_xmls.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/control +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/coord +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/example-001/auxbasis +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/example-001/basis +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/example-001/control +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/example-001/coord +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/example-001/energy +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/example-001/gradient +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-TURBOMOLE/example-001/supercell-001.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-abinit/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-abinit/Si.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-abinit/disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-abinit/supercell-001.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-elk/INFO.OUT +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-elk/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-elk/disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-elk/elk-unitcell.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-elk/elk.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/Si-gruneisen.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/minus/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/minus/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/minus/disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/minus/vasprun.xml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/orig/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/orig/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/orig/disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/orig/vasprun.xml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/plus/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/plus/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/plus/disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-gruneisen/plus/vasprun.xml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-lammps/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-lammps/generate_displacements.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-lammps/in.polymlp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-lammps/lammps_forces_Si.0 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-lammps/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-lammps/phonopy_unitcell.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-nosym/POSCAR +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-nosym/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-nosym/disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-nosym/mesh.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-nosym/vasprun_xmls.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-siesta/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-siesta/Si.fdf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-siesta/disp-001/Si.FA +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Si-siesta/run_example.sh +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/FORCE_SETS.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/Punitcell.inp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/force.inp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/gen_supercell_xyz.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/get_born_cp2k.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/make_displ_dirs.sh +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-CP2K-xyz/polar.inp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-HP/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-HP/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-HP/INCAR +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-HP/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-HP/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-HP/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SiO2-HP/vaspruns.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SnO2/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SnO2/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SnO2/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SnO2/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SnO2/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/SnO2/vaspruns.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Ti-lammps/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Ti-lammps/in.polymlp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Ti-lammps/lammps_forces_Ti.0 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Ti-lammps/lammps_structure_Ti +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/Ti-lammps/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/TiO2-anatase/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/TiO2-anatase/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/TiO2-anatase/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/TiO2-anatase/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/TiO2-anatase/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/TiO2-anatase/vaspruns.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/ZnO/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/ZnO/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/ZnO/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/ZnO/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/ZnO/phonopy_disp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/ZnO/vaspruns.tar.lzma +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-FHI-aims/README.md +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-FHI-aims/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-FHI-aims/disp-001/aims.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-FHI-aims/disp-001/control.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-FHI-aims/disp-001/geometry.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-FHI-aims/geometry.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-dftb/README +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-dftb/band.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-dftb/dftb_in.hsd +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-dftb/geo.gen +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/example/diamond-dftb/results.tag +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/__init__.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/api_gruneisen.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/api_phonopy.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/api_qha.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/collect_cell_info.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/create_force_sets.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/load.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/load_helper.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/phonopy_argparse.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/phonopy_bandplot_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/phonopy_gruneisen_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/phonopy_qe_born_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/phonopy_qha_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/phonopy_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/phonopy_vasp_efe_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/settings.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/cui/show_symmetry.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/exception.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/file_IO.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/gruneisen/band_structure.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/gruneisen/core.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/gruneisen/mesh.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/harmonic/derivative_dynmat.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/harmonic/dynamical_matrix.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/harmonic/dynmat_to_fc.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/harmonic/force_constants.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/abacus.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/abinit.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/aims.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/alm.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/calculator.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/castep.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/cif.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/cp2k.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/crystal.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/dftbp.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/elk.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/fc_calculator.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/fleur.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/lammps.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/mlp.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/pwmat.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/pypolymlp.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/qe.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/qlm.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/siesta.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/symfc.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/turbomole.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/vasp.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/interface/wien2k.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/animation.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/band_structure.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/character_table.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/degeneracy.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/dos.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/irreps.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/mesh.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/modulation.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/moment.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/qpoints.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/random_displacements.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/tetrahedron_mesh.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/thermal_displacement.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/phonon/thermal_properties.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/physical_units.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/py.typed +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/qha/core.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/qha/electron.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/qha/eos.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_bandplot.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_calc_convert.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_crystal_born.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_gruneisen.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_gruneisenplot.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_load.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_pdosplot.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_propplot.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_qe_born.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_qha.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_tdplot.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_vasp_born.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/scripts/phonopy_vasp_efe.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/spectrum/dynamic_structure_factor.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/spectrum/velocity.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/sscha/core.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/atomic_data.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/atoms.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/brillouin_zone.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/cells.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/dataset.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/grid_points.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/snf.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/symmetry.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/structure/tetrahedron_method.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/unfolding/core.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/units.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/phonopy/utils.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/pyproject.toml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/BORN_NaCl +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/BORN_SnO2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/BORN_TiO2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/FORCE_SETS_NaCl +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/FORCE_SETS_SnO2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/FORCE_SETS_TiO2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/POSCAR_NaCl +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/api/test_api_phonopy.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/conftest.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_bandplot/test_phonopy_bandplot_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/NaCl/phonopy_disp.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/NaCl/vasprun.xml-001.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/NaCl/vasprun.xml-002.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/POSCAR-unitcell_Cr +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/band_mesh.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/dim.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/dos.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/irreps.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/mesh.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/pdos.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/td.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/test_phonopy_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/tprop.conf +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_NaCl_rd/phonopy_disp.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_NaCl_rd/vasprun-00000.xml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_NaCl_rd/vasprun-00001.xml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_NaCl_rd/vasprun-00002.xml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_NaCl_rd/vasprun-00003.xml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_SnO2/phonopy_disp.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_SnO2/vasprun.xml-000.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_SnO2/vasprun.xml-001.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_SnO2/vasprun.xml-002.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_SnO2/vasprun.xml-003.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_command/vaspruns_SnO2/vasprun.xml-born.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-0.995/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-0.995/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-0.995/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-1.00/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-1.00/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-1.00/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-1.005/BORN +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-1.005/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/NaCl-gruneisen/NaCl-1.005/POSCAR-unitcell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_gruneisen/test_phonopy_gruneisen_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qe_born/test_phonopy_qe_born_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/e-v.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/fe-v.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-00.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-01.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-02.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-03.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-04.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-05.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-06.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-07.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-08.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-09.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/Cu-QHA/thermal_properties.yaml-10.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_qha/test_phonopy_qha_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_vasp_efe/test_phonopy_vasp_efe_script.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_vasp_efe/vasprun.xmls/vasprun.xml-00.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_vasp_efe/vasprun.xmls/vasprun.xml-01.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/phonopy_vasp_efe/vasprun.xmls/vasprun.xml-02.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/cui/test_collect_cell_info.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/gruneisen/test_gruneisen.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/gruneisen/test_write_yaml.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/harmonic/test_derivative_dynmat.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/harmonic/test_displacements.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/harmonic/test_dynamical_matrix.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/harmonic/test_dynmat_to_fc.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/harmonic/test_force_constants.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/BaGa2-wien2k.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/BaGa2.struct +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-abacus-mag-noncolin.stru +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-abacus-mag-noncolin.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-abacus-mag.stru +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-abacus-mag.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-abacus.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-abacus.stru +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-abinit-pwscf.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-abinit.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-aims.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-castep.cell +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-castep.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-pwscf-2.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-pwscf-Xn.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-pwscf-angstrom.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-pwscf-bohr.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-pwscf.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-q2r.fc.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-q2r.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/NaCl-vasp.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/STRU.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/Si-CP2K.inp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/Si-CP2K.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/Si-CRYSTAL.o +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/Si-CRYSTAL.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/Si-TURBOMOLE-control +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/Si-TURBOMOLE.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/Si-pwmat.config +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/Si-pwmat.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/XDATCAR-NaCl +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/elk.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/fleur_inpgen +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/lammps_forces_Ti.0 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/lammps_structure_H +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/lammps_structure_Ti +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/lammps_structure_Ti_id +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/nac.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/phonopy.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/phonopy_symcells_NaCl.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/qe/NaCl-ph/NaCl-noborn.ph.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/qe/NaCl-ph/NaCl.fc +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/qe/NaCl-ph/NaCl.in +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/qe/NaCl-ph/NaCl.ph.out +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_CP2K.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_CRYSTAL.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_TURBOMOLE.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_abacus.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_abinit.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_aims.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_alm.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_castep.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_conversion.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_dftbp.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_elk.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_fleur.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_lammps.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_phonopy_yaml.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_pwmat.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_pypolymlp.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_qe.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_qlm.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_siesta.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_symfc.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_vasp.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/test_wien2k.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/vasprun.xml.tar.bz2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/interface/vasprun_fc.xml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/mlpsscha_KCl-120.pmlp +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_Amm2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_I4_1a +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P-3m1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P-4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P-42_1m +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P-43m +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P-6 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P-62m +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P-6m2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P222_1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P2_13 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P31m +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P3m1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P4_1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P4_332 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P4mm +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P6 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_P6_222 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_Pa-3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/FORCE_SETS_Pc +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_Amm2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_I4_1a +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P-3m1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P-4 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P-42_1m +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P-43m +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P-6 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P-62m +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P-6m2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P2 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P222_1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P2_13 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P31m +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P3m1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P4_1 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P4_332 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P4mm +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P6 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_P6_222 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_Pa-3 +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/POSCAR_Pc +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/eigvecs_ii_TiPN3.txt +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/eigvecs_ij_TiPN3.txt +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_animation.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_band_structure.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_dos.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_group_velocity.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_irreps.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_mesh.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_modulation.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_moment.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_qpoints.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_random_displacements.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_tetrahedron_mesh.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_thermal_displacement.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_thermal_properties.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonon/test_thermal_properties_classical.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_KCl.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_NaCl_unitcell1.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_NaCl_unitcell2.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_SrTiO3.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_disp_NaCl.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_disp_SnO2.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_disp_TiO2.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_load/test_phonopy_load.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_NaCl-0.995.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_NaCl-1.00.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_NaCl-1.005.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_NaCl-QE.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_NaCl-fd.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_NaCl-rd.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_Si.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_TiPN3.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/phonopy_params_Zr3N4.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/polymlp_KCL-120.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/polymlp_KCL-120.yaml.xz +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/qha/fe-v-Cu.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/qha/test_QHA.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/qha/test_QHA_efe.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/qha/test_electron.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/qha/tprop-Cu.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/qha/tprop-Si.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/spectrum/XDATCAR +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/spectrum/test_dynamic_structure_factor.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/spectrum/test_velocity.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/spectrum/velocities.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/sscha/test_core.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/Si-conv.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/SiO2-123.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/test_atomic_data.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/test_atoms.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/test_brillouin_zone.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/test_cells.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/test_grid_points.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/test_symmetry.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/test_tetrahedron_method.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/structure/tio2_qpoints.yaml +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/test_exception.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/test_file_IO.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/unfolding/FORCE_SETS +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/unfolding/bin-unfolding.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/unfolding/bin-unfolding_to_atoms.dat +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/unfolding/plot_band.py +0 -0
- {phonopy-3.2.1 → phonopy-3.3.0}/test/unfolding/test_unfolding.py +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# file generated by vcs-versioning
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
__all__ = [
|
|
6
|
+
"__version__",
|
|
7
|
+
"__version_tuple__",
|
|
8
|
+
"version",
|
|
9
|
+
"version_tuple",
|
|
10
|
+
"__commit_id__",
|
|
11
|
+
"commit_id",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
version: str
|
|
15
|
+
__version__: str
|
|
16
|
+
__version_tuple__: tuple[int | str, ...]
|
|
17
|
+
version_tuple: tuple[int | str, ...]
|
|
18
|
+
commit_id: str | None
|
|
19
|
+
__commit_id__: str | None
|
|
20
|
+
|
|
21
|
+
__version__ = version = '3.3.0'
|
|
22
|
+
__version_tuple__ = version_tuple = (3, 3, 0)
|
|
23
|
+
|
|
24
|
+
__commit_id__ = commit_id = 'g9532062a8'
|
|
@@ -78,7 +78,7 @@ class FirstAtomDisplacement(TypedDict):
|
|
|
78
78
|
"""Displacement information of one displaced atom."""
|
|
79
79
|
|
|
80
80
|
number: int
|
|
81
|
-
displacement:
|
|
81
|
+
displacement: NDArray[np.double]
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
class FirstAtomDisplacementWithForces(FirstAtomDisplacement, total=False):
|
|
@@ -651,17 +651,11 @@ class PhonopyYamlDumperBase(ABC):
|
|
|
651
651
|
dataset: DisplacementDataset | None,
|
|
652
652
|
with_forces: bool = False,
|
|
653
653
|
key_prefix: str = "",
|
|
654
|
-
v223_mode: bool = False,
|
|
655
654
|
) -> list[str]:
|
|
656
655
|
"""Choose yaml writer depending on the dataset type.
|
|
657
656
|
|
|
658
657
|
See type1 and type2 at Phonopy.dataset.
|
|
659
658
|
|
|
660
|
-
Parameters
|
|
661
|
-
----------
|
|
662
|
-
v223_mode : bool
|
|
663
|
-
When True, old dataset yaml format is generated. Default is False.
|
|
664
|
-
|
|
665
659
|
"""
|
|
666
660
|
if dataset is not None:
|
|
667
661
|
if "first_atoms" in dataset:
|
|
@@ -669,24 +663,25 @@ class PhonopyYamlDumperBase(ABC):
|
|
|
669
663
|
dataset, with_forces=with_forces, key_prefix=key_prefix
|
|
670
664
|
)
|
|
671
665
|
elif "displacements" in dataset:
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
)
|
|
676
|
-
else:
|
|
677
|
-
return self._displacements_yaml_lines_type2(
|
|
678
|
-
dataset, with_forces=with_forces, key_prefix=key_prefix
|
|
679
|
-
)
|
|
666
|
+
return self._displacements_yaml_lines_type2(
|
|
667
|
+
dataset, with_forces=with_forces, key_prefix=key_prefix
|
|
668
|
+
)
|
|
680
669
|
return []
|
|
681
670
|
|
|
682
|
-
@abstractmethod
|
|
683
671
|
def _displacements_yaml_lines_type1(
|
|
684
672
|
self,
|
|
685
673
|
dataset: Type1DisplacementDataset,
|
|
686
674
|
with_forces: bool = False,
|
|
687
675
|
key_prefix: str = "",
|
|
688
676
|
) -> list[str]:
|
|
689
|
-
|
|
677
|
+
"""Return type1 dataset in yaml.
|
|
678
|
+
|
|
679
|
+
See data structure at Phonopy.dataset.
|
|
680
|
+
|
|
681
|
+
"""
|
|
682
|
+
return _displacements_yaml_lines_type1(
|
|
683
|
+
dataset, with_forces=with_forces, key_prefix=key_prefix
|
|
684
|
+
)
|
|
690
685
|
|
|
691
686
|
def _displacements_yaml_lines_type2(
|
|
692
687
|
self,
|
|
@@ -725,47 +720,6 @@ class PhonopyYamlDumperBase(ABC):
|
|
|
725
720
|
|
|
726
721
|
return lines
|
|
727
722
|
|
|
728
|
-
def _displacements_yaml_lines_type2_v223(
|
|
729
|
-
self,
|
|
730
|
-
dataset: Type2DisplacementDataset,
|
|
731
|
-
with_forces: bool = False,
|
|
732
|
-
key_prefix: str = "",
|
|
733
|
-
) -> list[str]:
|
|
734
|
-
"""Return type2 dataset in old stype yaml.
|
|
735
|
-
|
|
736
|
-
This is the format < v2.24.
|
|
737
|
-
|
|
738
|
-
See data structure at Phonopy.dataset.
|
|
739
|
-
|
|
740
|
-
"""
|
|
741
|
-
if "random_seed" in dataset:
|
|
742
|
-
lines = [
|
|
743
|
-
"random_seed: %d" % dataset["random_seed"],
|
|
744
|
-
f"{key_prefix}displacements:",
|
|
745
|
-
]
|
|
746
|
-
else:
|
|
747
|
-
lines = [
|
|
748
|
-
f"{key_prefix}displacements:",
|
|
749
|
-
]
|
|
750
|
-
for i, dset in enumerate(dataset["displacements"]):
|
|
751
|
-
lines.append(f"- # {i + 1}")
|
|
752
|
-
for j, d in enumerate(dset):
|
|
753
|
-
lines.append(f" - displacement: # {j + 1}")
|
|
754
|
-
lines.append(" [ %20.16f,%20.16f,%20.16f ]" % tuple(d))
|
|
755
|
-
if with_forces and "forces" in dataset:
|
|
756
|
-
f = dataset["forces"][i][j]
|
|
757
|
-
lines.append(" force:")
|
|
758
|
-
lines.append(" [ %20.16f,%20.16f,%20.16f ]" % tuple(f))
|
|
759
|
-
lines.append("")
|
|
760
|
-
|
|
761
|
-
if "supercell_energies" in dataset:
|
|
762
|
-
lines.append(f"{key_prefix}supercell_energies:")
|
|
763
|
-
for i, energy in enumerate(dataset["supercell_energies"]):
|
|
764
|
-
lines.append(f"- {energy:.8f} # {i + 1}")
|
|
765
|
-
lines.append("")
|
|
766
|
-
|
|
767
|
-
return lines
|
|
768
|
-
|
|
769
723
|
def _force_constants_yaml_lines(self) -> list[str]:
|
|
770
724
|
lines = []
|
|
771
725
|
if (
|
|
@@ -809,18 +763,6 @@ class PhonopyYamlDumper(PhonopyYamlDumperBase):
|
|
|
809
763
|
symbols = self._data.primitive.symbols
|
|
810
764
|
return self._nac_yaml_lines_given_symbols(symbols)
|
|
811
765
|
|
|
812
|
-
def _displacements_yaml_lines_type1(
|
|
813
|
-
self, dataset: dict, with_forces: bool = False, key_prefix: str = ""
|
|
814
|
-
) -> list[str]:
|
|
815
|
-
"""Return type1 dataset in yaml.
|
|
816
|
-
|
|
817
|
-
See data structure at Phonopy.dataset.
|
|
818
|
-
|
|
819
|
-
"""
|
|
820
|
-
return _displacements_yaml_lines_type1(
|
|
821
|
-
dataset, with_forces=with_forces, key_prefix=key_prefix
|
|
822
|
-
)
|
|
823
|
-
|
|
824
766
|
|
|
825
767
|
class PhonopyYaml:
|
|
826
768
|
"""PhonopyYaml is a container of phonopy setting.
|
|
@@ -1224,7 +1166,7 @@ def load_yaml(fp: str | os.PathLike | typing.IO) -> dict:
|
|
|
1224
1166
|
|
|
1225
1167
|
|
|
1226
1168
|
def _displacements_yaml_lines_type1(
|
|
1227
|
-
dataset:
|
|
1169
|
+
dataset: Type1DisplacementDataset, with_forces: bool = False, key_prefix: str = ""
|
|
1228
1170
|
) -> list:
|
|
1229
1171
|
"""Return type1 dataset in yaml.
|
|
1230
1172
|
|
|
@@ -81,7 +81,7 @@ class GroupVelocity:
|
|
|
81
81
|
|
|
82
82
|
def __init__(
|
|
83
83
|
self,
|
|
84
|
-
dynamical_matrix: DynamicalMatrix
|
|
84
|
+
dynamical_matrix: DynamicalMatrix,
|
|
85
85
|
q_length: float | None = None,
|
|
86
86
|
symmetry: Symmetry | None = None,
|
|
87
87
|
frequency_factor_to_THz: float | None = None,
|
|
@@ -89,7 +89,7 @@ class GroupVelocity:
|
|
|
89
89
|
) -> None:
|
|
90
90
|
"""Init method.
|
|
91
91
|
|
|
92
|
-
dynamical_matrix : DynamicalMatrix
|
|
92
|
+
dynamical_matrix : DynamicalMatrix
|
|
93
93
|
Dynamical matrix class instance.
|
|
94
94
|
q_length : float
|
|
95
95
|
This is used such as D(q + q_length) - D(q - q_length) for
|
|
@@ -107,7 +107,9 @@ class GroupVelocity:
|
|
|
107
107
|
self._dynmat = dynamical_matrix
|
|
108
108
|
primitive = dynamical_matrix.primitive
|
|
109
109
|
self._reciprocal_lattice_inv = primitive.cell
|
|
110
|
-
self._reciprocal_lattice = np.linalg.inv(
|
|
110
|
+
self._reciprocal_lattice: NDArray[np.double] = np.linalg.inv(
|
|
111
|
+
self._reciprocal_lattice_inv
|
|
112
|
+
) # type: ignore
|
|
111
113
|
self._q_length = q_length
|
|
112
114
|
if isinstance(self._dynmat, DynamicalMatrixGL):
|
|
113
115
|
if self._q_length is None:
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# file generated by setuptools-scm
|
|
2
|
-
# don't change, don't track in version control
|
|
3
|
-
|
|
4
|
-
__all__ = [
|
|
5
|
-
"__version__",
|
|
6
|
-
"__version_tuple__",
|
|
7
|
-
"version",
|
|
8
|
-
"version_tuple",
|
|
9
|
-
"__commit_id__",
|
|
10
|
-
"commit_id",
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
TYPE_CHECKING = False
|
|
14
|
-
if TYPE_CHECKING:
|
|
15
|
-
from typing import Tuple
|
|
16
|
-
from typing import Union
|
|
17
|
-
|
|
18
|
-
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
-
COMMIT_ID = Union[str, None]
|
|
20
|
-
else:
|
|
21
|
-
VERSION_TUPLE = object
|
|
22
|
-
COMMIT_ID = object
|
|
23
|
-
|
|
24
|
-
version: str
|
|
25
|
-
__version__: str
|
|
26
|
-
__version_tuple__: VERSION_TUPLE
|
|
27
|
-
version_tuple: VERSION_TUPLE
|
|
28
|
-
commit_id: COMMIT_ID
|
|
29
|
-
__commit_id__: COMMIT_ID
|
|
30
|
-
|
|
31
|
-
__version__ = version = '3.2.1'
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 2, 1)
|
|
33
|
-
|
|
34
|
-
__commit_id__ = commit_id = 'gbc7b2c188'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/disp-001/Al_gga_10au_100Ry_3s3p2d.orb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-lcao/disp-001/OUT.ABACUS/running_scf.log
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{phonopy-3.2.1 → phonopy-3.3.0}/example/Al-ABACUS/abacus-pw/disp-001/OUT.ABACUS/running_scf.log
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|