MoleditPy-linux 3.6.4__py3-none-any.whl → 3.6.5__py3-none-any.whl

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.
@@ -942,7 +942,7 @@ class IOManager:
942
942
  symbol = self.host.view_3d_manager.current_mol.GetAtomWithIdx(
943
943
  i
944
944
  ).GetSymbol()
945
- xyz_lines.append(f"{symbol} {pos.x:.6f} {pos.y:.6f} {pos.z:.6f}")
945
+ xyz_lines.append(f" {symbol:<11}{pos.x:11.8f} {pos.y:11.8f} {pos.z:11.8f}")
946
946
 
947
947
  with open(file_path, "w", encoding="utf-8") as f:
948
948
  f.write("\n".join(xyz_lines) + "\n")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: MoleditPy-linux
3
- Version: 3.6.4
3
+ Version: 3.6.5
4
4
  Summary: A cross-platform, simple, and intuitive molecular structure editor built in Python. It allows 2D molecular drawing and 3D structure visualization. It supports exporting structure files for input to DFT calculation software.
5
5
  Author-email: HiroYokoyama <titech.yoko.hiro@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -37,7 +37,7 @@ moleditpy_linux/ui/edit_3d_logic.py,sha256=y-6GabTZzlLA0u3j8ugy7yHV3jA4HvWTVCAmg
37
37
  moleditpy_linux/ui/edit_actions_logic.py,sha256=KZZJOnAcN_wHwXX48z5j5zZPTO5v5f0hgikJXogbVvs,67671
38
38
  moleditpy_linux/ui/export_logic.py,sha256=4irp1z_7PRAAME-2gJUB8zVnM8eXdmaiM3vMLpLqSYg,43422
39
39
  moleditpy_linux/ui/geometry_base_dialog.py,sha256=eAlmZOPPXMKKBDWFiBN68-Zbp-EeqWrgXBf8q3ioxGY,4734
40
- moleditpy_linux/ui/io_logic.py,sha256=aHjZdTmBY2e35NpIgvawdOAXmDRg-DcJf9025AdSDqg,43839
40
+ moleditpy_linux/ui/io_logic.py,sha256=0rCoIz7bUB49HI2mZZMeZf6NYFI3jFslxuhkuRCw8Ck,43860
41
41
  moleditpy_linux/ui/main_window.py,sha256=MIGs8M72OnT3TZG7RM8NeBfyInYysDlKzZqEoKUnSiE,4773
42
42
  moleditpy_linux/ui/main_window_init.py,sha256=lSfW6EDtcVptS37OUEPidz5WNcq7FSzmG86G8ftfH-4,94196
43
43
  moleditpy_linux/ui/mirror_dialog.py,sha256=iJriiS5U61tyw_7M_PUf3x1qAHh8ciBh751GH8O_BpQ,5075
@@ -66,9 +66,9 @@ moleditpy_linux/utils/constants.py,sha256=HsOqb9sAzRNujvBQwAeTWXS7fHfho46shmnSa3
66
66
  moleditpy_linux/utils/default_settings.py,sha256=OxgIrdk-LCXBdhUPF_qzsbdsiM18kDWgP3seELyUgJU,2731
67
67
  moleditpy_linux/utils/sip_isdeleted_safe.py,sha256=My6IJqDewbYY6SoRYNk6XwFUQ9_yihaR3Ym7EOETuAw,1189
68
68
  moleditpy_linux/utils/system_utils.py,sha256=K5c9cJRgMFqtUtLefSu3w2hy2drgxNqfT200bSIFy2k,2325
69
- moleditpy_linux-3.6.4.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
70
- moleditpy_linux-3.6.4.dist-info/METADATA,sha256=h5ZQVhsJ6S959BqXow8nxyGAcHfDvCKwXyRuTFeFsP8,62978
71
- moleditpy_linux-3.6.4.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
72
- moleditpy_linux-3.6.4.dist-info/entry_points.txt,sha256=-OzipSi__yVwlimNtu3eiRP5t5UMg55Cs0udyhXYiyw,60
73
- moleditpy_linux-3.6.4.dist-info/top_level.txt,sha256=qyqe-hDYL6CXyin9E5Me5rVl3PG84VqiOjf9bQvfJLs,16
74
- moleditpy_linux-3.6.4.dist-info/RECORD,,
69
+ moleditpy_linux-3.6.5.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
70
+ moleditpy_linux-3.6.5.dist-info/METADATA,sha256=Pay_r02CzmaqNHa72CVWZrC6jCEoSuAe_Z8OB-cO-IQ,62978
71
+ moleditpy_linux-3.6.5.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
72
+ moleditpy_linux-3.6.5.dist-info/entry_points.txt,sha256=-OzipSi__yVwlimNtu3eiRP5t5UMg55Cs0udyhXYiyw,60
73
+ moleditpy_linux-3.6.5.dist-info/top_level.txt,sha256=qyqe-hDYL6CXyin9E5Me5rVl3PG84VqiOjf9bQvfJLs,16
74
+ moleditpy_linux-3.6.5.dist-info/RECORD,,