TB2J 0.9.10.4__tar.gz → 0.9.11.2__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.
Files changed (121) hide show
  1. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/PKG-INFO +1 -1
  2. tb2j-0.9.11.2/TB2J/__init__.py +1 -0
  3. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/TB2J_eigen.py +2 -1
  4. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/TB2J_magnon.py +2 -1
  5. tb2j-0.9.11.2/TB2J/scripts/TB2J_magnon_dos.py +5 -0
  6. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/TB2J_rotate.py +3 -2
  7. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/TB2J_rotateDM.py +4 -4
  8. tb2j-0.9.11.2/TB2J/spinham/__init__.py +0 -0
  9. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J.egg-info/PKG-INFO +1 -1
  10. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J.egg-info/SOURCES.txt +14 -13
  11. tb2j-0.9.11.2/TB2J.egg-info/entry_points.txt +16 -0
  12. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/pyproject.toml +13 -13
  13. tb2j-0.9.10.4/TB2J/__init__.py +0 -1
  14. tb2j-0.9.10.4/TB2J.egg-info/entry_points.txt +0 -16
  15. tb2j-0.9.10.4/scripts/TB2J_magnon_dos.py +0 -5
  16. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/LICENSE +0 -0
  17. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/README.md +0 -0
  18. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/Jdownfolder.py +0 -0
  19. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/Jtensor.py +0 -0
  20. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/MAE.py +0 -0
  21. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/MAEGreen.py +0 -0
  22. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/Oiju.py +0 -0
  23. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/Oiju_epc.py +0 -0
  24. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/anisotropy.py +0 -0
  25. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/basis.py +0 -0
  26. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/citation.py +0 -0
  27. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/contour.py +0 -0
  28. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/density_matrix.py +0 -0
  29. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/downfold/Hdownfolder.py +0 -0
  30. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/epc.py +0 -0
  31. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/exchange.py +0 -0
  32. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/exchangeCL2.py +0 -0
  33. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/exchange_params.py +0 -0
  34. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/exchange_pert.py +0 -0
  35. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/exchange_qspace.py +0 -0
  36. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/external/__init__.py +0 -0
  37. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/external/p_tqdm.py +0 -0
  38. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/gpaw_wrapper.py +0 -0
  39. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/green.py +0 -0
  40. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/greentest.py +0 -0
  41. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/__init__.py +0 -0
  42. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/__init__.py +0 -0
  43. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/abacus_api.py +0 -0
  44. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/abacus_wrapper.py +0 -0
  45. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/gen_exchange_abacus.py +0 -0
  46. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/orbital_api.py +0 -0
  47. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/stru_api.py +0 -0
  48. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/test_density_matrix.py +0 -0
  49. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/test_read_HRSR.py +0 -0
  50. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/abacus/test_read_stru.py +0 -0
  51. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/gpaw_interface.py +0 -0
  52. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/lawaf_interface.py +0 -0
  53. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/manager.py +0 -0
  54. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/siesta_interface.py +0 -0
  55. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/interfaces/wannier90_interface.py +0 -0
  56. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/io_exchange/__init__.py +0 -0
  57. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/io_exchange/io_exchange.py +0 -0
  58. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/io_exchange/io_multibinit.py +0 -0
  59. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/io_exchange/io_tomsasd.py +0 -0
  60. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/io_exchange/io_txt.py +0 -0
  61. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/io_exchange/io_uppasd.py +0 -0
  62. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/io_exchange/io_vampire.py +0 -0
  63. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/io_merge.py +0 -0
  64. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/kpoints.py +0 -0
  65. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/__init__.py +0 -0
  66. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/io_exchange2.py +0 -0
  67. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/magnon3.py +0 -0
  68. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/magnon_band.py +0 -0
  69. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/magnon_dos.py +0 -0
  70. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/magnon_io.py +0 -0
  71. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/magnon_math.py +0 -0
  72. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/plot.py +0 -0
  73. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/plot_magnon_dos_cli.py +0 -0
  74. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/magnon/structure.py +0 -0
  75. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/mathutils/__init__.py +0 -0
  76. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/mathutils/auto_kpath.py +0 -0
  77. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/mathutils/fermi.py +0 -0
  78. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/mathutils/fibonacci_sphere.py +0 -0
  79. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/mathutils/kR_convert.py +0 -0
  80. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/mathutils/lowdin.py +0 -0
  81. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/mathutils/rotate_spin.py +0 -0
  82. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/myTB.py +0 -0
  83. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/mycfr.py +0 -0
  84. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/orbital_magmom.py +0 -0
  85. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/orbmap.py +0 -0
  86. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/pauli.py +0 -0
  87. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/pert.py +0 -0
  88. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/plot.py +0 -0
  89. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/rotate_atoms.py +0 -0
  90. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/rotate_siestaDM.py +0 -0
  91. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/TB2J_downfold.py +0 -0
  92. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/TB2J_magnon2.py +0 -0
  93. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/TB2J_merge.py +0 -0
  94. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/TB2J_plot_magnon_bands.py +0 -0
  95. {tb2j-0.9.10.4/TB2J/spinham → tb2j-0.9.11.2/TB2J/scripts}/__init__.py +0 -0
  96. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/abacus2J.py +0 -0
  97. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/siesta2J.py +0 -0
  98. {tb2j-0.9.10.4 → tb2j-0.9.11.2/TB2J}/scripts/wann2J.py +0 -0
  99. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/sisl_wrapper.py +0 -0
  100. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/base_parser.py +0 -0
  101. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/constants.py +0 -0
  102. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/hamiltonian.py +0 -0
  103. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/hamiltonian_terms.py +0 -0
  104. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/plot.py +0 -0
  105. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/qsolver.py +0 -0
  106. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/spin_api.py +0 -0
  107. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/spin_xml.py +0 -0
  108. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/spinham/supercell.py +0 -0
  109. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/symmetrize_J.py +0 -0
  110. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/tensor_rotate.py +0 -0
  111. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/thetaphi.py +0 -0
  112. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/utest.py +0 -0
  113. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/utils.py +0 -0
  114. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/versioninfo.py +0 -0
  115. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/wannier/__init__.py +0 -0
  116. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/wannier/w90_parser.py +0 -0
  117. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J/wannier/w90_tb_parser.py +0 -0
  118. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J.egg-info/dependency_links.txt +0 -0
  119. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J.egg-info/requires.txt +0 -0
  120. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/TB2J.egg-info/top_level.txt +0 -0
  121. {tb2j-0.9.10.4 → tb2j-0.9.11.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TB2J
3
- Version: 0.9.10.4
3
+ Version: 0.9.11.2
4
4
  Summary: TB2J: First principle to Heisenberg exchange J using tight-binding Green function method
5
5
  Author-email: Xu He <mailhexu@gmail.com>
6
6
  Maintainer-email: Xu He <mailhexu@gmail.com>
@@ -0,0 +1 @@
1
+ __version__ = "0.9.10.3"
@@ -1,7 +1,8 @@
1
1
  #!/usr/bin/env python3
2
+ import argparse
3
+
2
4
  from TB2J.plot import write_eigen
3
5
  from TB2J.versioninfo import print_license
4
- import argparse
5
6
 
6
7
  """
7
8
  The script to plot the magnon band structure.
@@ -1,7 +1,8 @@
1
1
  #!/usr/bin/env python3
2
+ import argparse
3
+
2
4
  from TB2J.plot import plot_magnon_band, write_eigen
3
5
  from TB2J.versioninfo import print_license
4
- import argparse
5
6
 
6
7
  """
7
8
  The script to plot the magnon band structure.
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env python3
2
+
3
+ from TB2J.plot import command_line_plot_magnon_dos
4
+
5
+ command_line_plot_magnon_dos()
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env python3
2
2
  import argparse
3
- from TB2J.rotate_atoms import rotate_atom_xyz, rotate_xyz, check_ftype
3
+
4
+ from TB2J.rotate_atoms import rotate_xyz
4
5
 
5
6
 
6
7
  def main():
@@ -17,7 +18,7 @@ def main():
17
18
  parser.add_argument(
18
19
  "--noncollinear",
19
20
  action="store_true",
20
- help="If present, six different configurations will be generated. These are required for non-collinear systems."
21
+ help="If present, six different configurations will be generated. These are required for non-collinear systems.",
21
22
  )
22
23
 
23
24
  args = parser.parse_args()
@@ -1,16 +1,16 @@
1
1
  #!/usr/bin/env python3
2
2
  import argparse
3
+
3
4
  from TB2J.rotate_siestaDM import rotate_DM
4
5
 
6
+
5
7
  def main():
6
8
  parser = argparse.ArgumentParser(description="")
7
- parser.add_argument(
8
- "--fdf_fname", help="Name of the *.fdf siesta file."
9
- )
9
+ parser.add_argument("--fdf_fname", help="Name of the *.fdf siesta file.")
10
10
  parser.add_argument(
11
11
  "--noncollinear",
12
12
  action="store_true",
13
- help="If present, six different configurations will be generated. These are required for non-collinear systems."
13
+ help="If present, six different configurations will be generated. These are required for non-collinear systems.",
14
14
  )
15
15
 
16
16
  args = parser.parse_args()
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TB2J
3
- Version: 0.9.10.4
3
+ Version: 0.9.11.2
4
4
  Summary: TB2J: First principle to Heisenberg exchange J using tight-binding Green function method
5
5
  Author-email: Xu He <mailhexu@gmail.com>
6
6
  Maintainer-email: Xu He <mailhexu@gmail.com>
@@ -88,6 +88,19 @@ TB2J/mathutils/fibonacci_sphere.py
88
88
  TB2J/mathutils/kR_convert.py
89
89
  TB2J/mathutils/lowdin.py
90
90
  TB2J/mathutils/rotate_spin.py
91
+ TB2J/scripts/TB2J_downfold.py
92
+ TB2J/scripts/TB2J_eigen.py
93
+ TB2J/scripts/TB2J_magnon.py
94
+ TB2J/scripts/TB2J_magnon2.py
95
+ TB2J/scripts/TB2J_magnon_dos.py
96
+ TB2J/scripts/TB2J_merge.py
97
+ TB2J/scripts/TB2J_plot_magnon_bands.py
98
+ TB2J/scripts/TB2J_rotate.py
99
+ TB2J/scripts/TB2J_rotateDM.py
100
+ TB2J/scripts/__init__.py
101
+ TB2J/scripts/abacus2J.py
102
+ TB2J/scripts/siesta2J.py
103
+ TB2J/scripts/wann2J.py
91
104
  TB2J/spinham/__init__.py
92
105
  TB2J/spinham/base_parser.py
93
106
  TB2J/spinham/constants.py
@@ -100,16 +113,4 @@ TB2J/spinham/spin_xml.py
100
113
  TB2J/spinham/supercell.py
101
114
  TB2J/wannier/__init__.py
102
115
  TB2J/wannier/w90_parser.py
103
- TB2J/wannier/w90_tb_parser.py
104
- scripts/TB2J_downfold.py
105
- scripts/TB2J_eigen.py
106
- scripts/TB2J_magnon.py
107
- scripts/TB2J_magnon2.py
108
- scripts/TB2J_magnon_dos.py
109
- scripts/TB2J_merge.py
110
- scripts/TB2J_plot_magnon_bands.py
111
- scripts/TB2J_rotate.py
112
- scripts/TB2J_rotateDM.py
113
- scripts/abacus2J.py
114
- scripts/siesta2J.py
115
- scripts/wann2J.py
116
+ TB2J/wannier/w90_tb_parser.py
@@ -0,0 +1,16 @@
1
+ [console_scripts]
2
+ TB2J_downfold.py = TB2J.scripts.TB2J_downfold:main
3
+ TB2J_eigen.py = TB2J.scripts.TB2J_eigen:main
4
+ TB2J_magnon.py = TB2J.scripts.TB2J_magnon:main
5
+ TB2J_magnon2.py = TB2J.scripts.TB2J_magnon2:main
6
+ TB2J_magnon_dos.py = TB2J.scripts.TB2J_magnon_dos:main
7
+ TB2J_merge.py = TB2J.scripts.TB2J_merge:main
8
+ TB2J_plot_magnon_bands.py = TB2J.scripts.TB2J_plot_magnon_bands:main
9
+ TB2J_plot_magnon_dos.py = TB2J.magnon.plot_magnon_dos_cli:main
10
+ TB2J_rotate.py = TB2J.scripts.TB2J_rotate:main
11
+ TB2J_rotateDM.py = TB2J.scripts.TB2J_rotateDM:main
12
+ TB2J_symmetrize.py = TB2J.symmetrize_J:symmetrize_J_cli
13
+ abacus2J.py = TB2J.scripts.abacus2J:run_abacus2J
14
+ lawaf2J.py = TB2J.interfaces.lawaf_interface:lawaf2J_cli
15
+ siesta2J.py = TB2J.scripts.siesta2J:run_siesta2J
16
+ wann2J.py = TB2J.scripts.wann2J:run_wann2J
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "TB2J"
7
- version = "0.9.10.4"
7
+ version = "0.9.11.2"
8
8
  description = "TB2J: First principle to Heisenberg exchange J using tight-binding Green function method"
9
9
  readme = "README.md"
10
10
  license = { text = "BSD-2-Clause" }
@@ -54,18 +54,18 @@ Repository = "https://github.com/mailhexu/TB2J"
54
54
  Issues = "https://github.com/mailhexu/TB2J/issues"
55
55
 
56
56
  [project.scripts]
57
- "wann2J.py" = "scripts.wann2J:run_wann2J"
58
- "siesta2J.py" = "scripts.siesta2J:run_siesta2J"
59
- "abacus2J.py" = "scripts.abacus2J:run_abacus2J"
60
- "TB2J_rotate.py" = "scripts.TB2J_rotate:main"
61
- "TB2J_rotateDM.py" = "scripts.TB2J_rotateDM:main"
62
- "TB2J_merge.py" = "scripts.TB2J_merge:main"
63
- "TB2J_magnon.py" = "scripts.TB2J_magnon:main"
64
- "TB2J_magnon2.py" = "scripts.TB2J_magnon2:main"
65
- "TB2J_magnon_dos.py" = "scripts.TB2J_magnon_dos:main"
66
- "TB2J_downfold.py" = "scripts.TB2J_downfold:main"
67
- "TB2J_eigen.py" = "scripts.TB2J_eigen:main"
68
- "TB2J_plot_magnon_bands.py" = "scripts.TB2J_plot_magnon_bands:main"
57
+ "wann2J.py" = "TB2J.scripts.wann2J:run_wann2J"
58
+ "siesta2J.py" = "TB2J.scripts.siesta2J:run_siesta2J"
59
+ "abacus2J.py" = "TB2J.scripts.abacus2J:run_abacus2J"
60
+ "TB2J_rotate.py" = "TB2J.scripts.TB2J_rotate:main"
61
+ "TB2J_rotateDM.py" = "TB2J.scripts.TB2J_rotateDM:main"
62
+ "TB2J_merge.py" = "TB2J.scripts.TB2J_merge:main"
63
+ "TB2J_magnon.py" = "TB2J.scripts.TB2J_magnon:main"
64
+ "TB2J_magnon2.py" = "TB2J.scripts.TB2J_magnon2:main"
65
+ "TB2J_magnon_dos.py" = "TB2J.scripts.TB2J_magnon_dos:main"
66
+ "TB2J_downfold.py" = "TB2J.scripts.TB2J_downfold:main"
67
+ "TB2J_eigen.py" = "TB2J.scripts.TB2J_eigen:main"
68
+ "TB2J_plot_magnon_bands.py" = "TB2J.scripts.TB2J_plot_magnon_bands:main"
69
69
  "TB2J_symmetrize.py" = "TB2J.symmetrize_J:symmetrize_J_cli"
70
70
  "lawaf2J.py" = "TB2J.interfaces.lawaf_interface:lawaf2J_cli"
71
71
  "TB2J_plot_magnon_dos.py" = "TB2J.magnon.plot_magnon_dos_cli:main"
@@ -1 +0,0 @@
1
- __version__ = "0.9.9.14"
@@ -1,16 +0,0 @@
1
- [console_scripts]
2
- TB2J_downfold.py = scripts.TB2J_downfold:main
3
- TB2J_eigen.py = scripts.TB2J_eigen:main
4
- TB2J_magnon.py = scripts.TB2J_magnon:main
5
- TB2J_magnon2.py = scripts.TB2J_magnon2:main
6
- TB2J_magnon_dos.py = scripts.TB2J_magnon_dos:main
7
- TB2J_merge.py = scripts.TB2J_merge:main
8
- TB2J_plot_magnon_bands.py = scripts.TB2J_plot_magnon_bands:main
9
- TB2J_plot_magnon_dos.py = TB2J.magnon.plot_magnon_dos_cli:main
10
- TB2J_rotate.py = scripts.TB2J_rotate:main
11
- TB2J_rotateDM.py = scripts.TB2J_rotateDM:main
12
- TB2J_symmetrize.py = TB2J.symmetrize_J:symmetrize_J_cli
13
- abacus2J.py = scripts.abacus2J:run_abacus2J
14
- lawaf2J.py = TB2J.interfaces.lawaf_interface:lawaf2J_cli
15
- siesta2J.py = scripts.siesta2J:run_siesta2J
16
- wann2J.py = scripts.wann2J:run_wann2J
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env python3
2
-
3
- from TB2J.plot import plot_magnon_dos, command_line_plot_magnon_dos
4
-
5
- command_line_plot_magnon_dos()
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