MoleditPy-linux 1.16.4__py3-none-any.whl → 1.17.0__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.
Files changed (50) hide show
  1. moleditpy_linux/__init__.py +13 -0
  2. moleditpy_linux/modules/__init__.py +12 -0
  3. moleditpy_linux/modules/about_dialog.py +13 -1
  4. moleditpy_linux/modules/align_plane_dialog.py +12 -0
  5. moleditpy_linux/modules/alignment_dialog.py +12 -0
  6. moleditpy_linux/modules/analysis_window.py +12 -0
  7. moleditpy_linux/modules/angle_dialog.py +12 -0
  8. moleditpy_linux/modules/atom_item.py +12 -0
  9. moleditpy_linux/modules/bond_item.py +12 -0
  10. moleditpy_linux/modules/bond_length_dialog.py +12 -0
  11. moleditpy_linux/modules/calculation_worker.py +12 -0
  12. moleditpy_linux/modules/color_settings_dialog.py +12 -0
  13. moleditpy_linux/modules/constants.py +13 -1
  14. moleditpy_linux/modules/constrained_optimization_dialog.py +12 -0
  15. moleditpy_linux/modules/custom_interactor_style.py +12 -0
  16. moleditpy_linux/modules/custom_qt_interactor.py +11 -1
  17. moleditpy_linux/modules/dialog3_d_picking_mixin.py +12 -0
  18. moleditpy_linux/modules/dihedral_dialog.py +12 -0
  19. moleditpy_linux/modules/main_window_compute.py +9 -0
  20. moleditpy_linux/modules/main_window_dialog_manager.py +10 -0
  21. moleditpy_linux/modules/main_window_edit_3d.py +9 -0
  22. moleditpy_linux/modules/main_window_edit_actions.py +10 -0
  23. moleditpy_linux/modules/main_window_export.py +9 -0
  24. moleditpy_linux/modules/main_window_main_init.py +9 -0
  25. moleditpy_linux/modules/main_window_molecular_parsers.py +10 -0
  26. moleditpy_linux/modules/main_window_project_io.py +9 -0
  27. moleditpy_linux/modules/main_window_string_importers.py +9 -0
  28. moleditpy_linux/modules/main_window_ui_manager.py +9 -0
  29. moleditpy_linux/modules/main_window_view_3d.py +9 -0
  30. moleditpy_linux/modules/main_window_view_loaders.py +9 -0
  31. moleditpy_linux/modules/mirror_dialog.py +12 -0
  32. moleditpy_linux/modules/molecular_data.py +12 -0
  33. moleditpy_linux/modules/molecule_scene.py +12 -0
  34. moleditpy_linux/modules/move_group_dialog.py +12 -0
  35. moleditpy_linux/modules/periodic_table_dialog.py +12 -0
  36. moleditpy_linux/modules/planarize_dialog.py +12 -0
  37. moleditpy_linux/modules/settings_dialog.py +12 -0
  38. moleditpy_linux/modules/template_preview_item.py +12 -0
  39. moleditpy_linux/modules/template_preview_view.py +12 -0
  40. moleditpy_linux/modules/translation_dialog.py +12 -0
  41. moleditpy_linux/modules/user_template_dialog.py +12 -0
  42. moleditpy_linux/modules/zoomable_view.py +12 -1
  43. moleditpy_linux-1.17.0.dist-info/METADATA +935 -0
  44. moleditpy_linux-1.17.0.dist-info/RECORD +55 -0
  45. moleditpy_linux-1.17.0.dist-info/licenses/LICENSE +674 -0
  46. moleditpy_linux-1.16.4.dist-info/METADATA +0 -258
  47. moleditpy_linux-1.16.4.dist-info/RECORD +0 -54
  48. {moleditpy_linux-1.16.4.dist-info → moleditpy_linux-1.17.0.dist-info}/WHEEL +0 -0
  49. {moleditpy_linux-1.16.4.dist-info → moleditpy_linux-1.17.0.dist-info}/entry_points.txt +0 -0
  50. {moleditpy_linux-1.16.4.dist-info → moleditpy_linux-1.17.0.dist-info}/top_level.txt +0 -0
@@ -1,258 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: MoleditPy-linux
3
- Version: 1.16.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
- Author-email: HiroYokoyama <titech.yoko.hiro@gmail.com>
6
- Project-URL: Homepage, https://github.com/HiroYokoyama/python_molecular_editor
7
- Project-URL: Issues, https://github.com/HiroYokoyama/python_molecular_editor/issues
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Operating System :: OS Independent
10
- Classifier: Intended Audience :: Science/Research
11
- Classifier: Topic :: Scientific/Engineering :: Chemistry
12
- Classifier: Programming Language :: Python :: 3.8
13
- Classifier: Programming Language :: Python :: 3.9
14
- Classifier: Programming Language :: Python :: 3.10
15
- Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Programming Language :: Python :: 3.12
17
- Classifier: Programming Language :: Python :: 3.13
18
- Requires-Python: <3.14,>=3.9
19
- Description-Content-Type: text/markdown
20
- Requires-Dist: numpy
21
- Requires-Dist: pyqt6<6.10
22
- Requires-Dist: pyvista<0.47
23
- Requires-Dist: pyvistaqt<0.12
24
- Requires-Dist: rdkit<2025.10
25
-
26
- # MoleditPy — A Python Molecular Editor
27
-
28
- This is the Linux version of MoleditPy. The Open Babel fallback is disabled due to compatibility reasons.
29
-
30
- [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17268532.svg)](https://doi.org/10.5281/zenodo.17268532)
31
- [![Powered by RDKit](https://img.shields.io/badge/Powered%20by-RDKit-3838ff.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEXc3NwUFP8UPP9kZP+MjP+0tP////9ZXZotAAAAAXRSTlMAQObYZgAAAAFiS0dEBmFmuH0AAAAHdElNRQfmAwsPGi+MyC9RAAAAQElEQVQI12NgQABGQUEBMENISUkRLKBsbGwEEhIyBgJFsICLC0iIUdnExcUZwnANQWfApKCK4doRBsKtQFgKAQC5Ww1JEHSEkAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wMy0xMVQxNToyNjo0NyswMDowMDzr2J4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDMtMTFUMTU6MjY6NDcrMDA6MDBNtmAiAAAAAElFTkSuQmCC)](https://www.rdkit.org/)
32
-
33
- **MoleditPy** is a cross-platform, intuitive molecular editor built in Python. It provides a seamless workflow for drawing 2D molecular structures, visualizing them in 3D, and performing interactive geometric manipulations. Its powerful editing and export capabilities make it an ideal tool for preparing input files for DFT calculation software.
34
-
35
- **Author**: HiroYokoyama
36
- **License**: GPL-v3
37
- **Repository**: [https://github.com/HiroYokoyama/python\_molecular\_editor](https://github.com/HiroYokoyama/python_molecular_editor)
38
-
39
- -----
40
- ![](img/icon.png)
41
- ![](img/screenshot.png)
42
- -----
43
-
44
- ## Overview
45
-
46
- This application combines a modern GUI built with **PyQt6**, powerful cheminformatics capabilities from **RDKit**, and high-performance 3D rendering by **PyVista** to provide an easy-to-use tool for drawing and visually inspecting molecular structures.
47
-
48
- ## Key Features
49
-
50
-  Please refer to the [user manual](https://hiroyokoyama.github.io/python_molecular_editor/manual/manual) for details.
51
-
52
- ### 1\. 2D Drawing and Editing
53
-
54
- * **Intuitive Operations:** Easily add, edit, and delete atoms and bonds with simple mouse controls. Left-click and drag to create, and right-click to delete.
55
- * **Advanced Templates:** Place templates for benzene or 3- to 9-membered rings with a live preview. Features intelligent logic to automatically adjust the double-bond configuration when fusing a benzene ring to an existing structure.
56
- * **Charges & Radicals:** Quickly set formal charges (`+`/`-`) and radicals (`.`) on any atom using keyboard shortcuts or the toolbar.
57
- * **Full Element Support:** Select any element from a built-in periodic table dialog.
58
- * **Clipboard Operations:** Full support for `Cut` (Ctrl+X), `Copy` (Ctrl+C), and `Paste` (Ctrl+V) for molecular fragments.
59
-
60
- ### 2\. 3D Visualization and Advanced Editing
61
-
62
- * **2D-to-3D Conversion:** Generate a 3D conformation from your 2D drawing using RDKit's powerful algorithms. Includes a robust fallback to Open Babel if the primary method fails.
63
- * **Interactive 3D Editing:** Perform **comprehensive geometric editing**, including dragging atoms directly in the 3D view to intuitively create specific conformations.
64
- * **Precise Geometric Control:** A **powerful suite of tools** for precise geometric control:
65
- * **Translation:** Move the entire molecule or selected atoms to specific coordinates.
66
- * **Alignment:** Align the molecule by placing two selected atoms along the X, Y, or Z axis.
67
- * **Planarization:** Force a selection of atoms to lie on a specified plane (XY, XZ, or YZ) or project them onto their **best-fit plane**.
68
- * **Mirror:** Create a mirror image of the molecule across a selected plane (XY, XZ, or YZ).
69
- * **Set Bond Length, Angle, & Dihedral Angle:** Set precise numerical values for distances, angles, and torsional angles.
70
- * **Constrained Optimization:** Perform force field optimization (MMFF/UFF) while applying fixed constraints to specific distances, angles, or dihedral angles.
71
- * **3D Measurement Tools:** A dedicated "Measure" mode allows you to click on atoms in the 3D view to instantly measure and display:
72
- * **Distance** (between 2 atoms)
73
- * **Angle** (between 3 atoms)
74
- * **Dihedral Angle** (between 4 atoms)
75
- * **Structure Optimization:** Perform 3D structure optimization using MMFF94 or UFF force fields.
76
- * **Multiple Display Styles:** Visualize molecules as "Ball & Stick," "CPK (Space-filling)," "Wireframe," or "Stick" models.
77
-
78
- ### 3\. Analysis and Export
79
-
80
- * **Molecular Properties Analysis:** A dedicated window displays key molecular properties calculated by RDKit, such as molecular formula, weight, SMILES, LogP, and TPSA.
81
- * **Stereochemistry Display:** Automatically identifies and displays R/S labels for chiral centers in the 3D view after conversion.
82
- * **File I/O:**
83
- * Save and load entire sessions, including 2D/3D data and constraints, with the native `.pmeprj` project file.
84
- * Import structures from **MOL/SDF** files or **SMILES** strings.
85
- * Export 3D structures to **MOL** or **XYZ** formats, which are compatible with most DFT calculation software.
86
- * Export 2D and 3D views as high-resolution PNG images.
87
-
88
- ## Installation and Execution
89
-
90
- For detailed instructions, please refer to the project [Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki). A [Docker version](https://github.com/HiroYokoyama/python_molecular_editor_docker) is also available.
91
-
92
- #### Requirements
93
-
94
- `PyQt6`, `RDKit`, `NumPy`, `PyVista`, `pyvistaqt`, `openbabel`
95
-
96
- #### Installation
97
-
98
- 1. **Install the Package**
99
- This will automatically install the correct `moleditpy` (for Win/Mac) or `moleditpy-linux` (for Linux) as a dependency.
100
-
101
- ```bash
102
- pip install moleditpy-installer
103
- ```
104
-
105
- 2. **Create the Shortcut**
106
- After installation, run this command to create the shortcut in your application menu (e.g., Start Menu or Applications folder).
107
-
108
- ```bash
109
- moleditpy-installer
110
- ```
111
-
112
- #### Running the Application
113
-
114
- ```bash
115
- moleditpy
116
- ```
117
-
118
- **(Note: The first launch may take some time while libraries like RDKit are initialized.)**
119
-
120
- ## Keyboard Shortcuts
121
-
122
- | Key | Action | Notes |
123
- | :--- | :--- | :--- |
124
- | `1`/`2`/`3` | Change bond order | Single/Double/Triple bond |
125
- | `W`/`D` | Change to stereochemical bond | Wedge / Dash bond |
126
- | `Delete`/`Backspace` | Delete item(s) | Deletes selected or hovered items |
127
- | `.` | Toggle radical | Cycles through 0, 1, and 2 radicals |
128
- | `+`/`-` | Increase/Decrease charge | Changes formal charge |
129
- | `C`, `N`, `O`, etc. | Change atom symbol | Applies to atom under cursor |
130
- | `4` | Place benzene ring | One-shot placement on atom/bond |
131
- | `Space` | Toggle select mode / Select all | |
132
- | `Ctrl+J` | Perform 2D optimization (Clean Up) | |
133
- | `Ctrl+K` | Perform 2D-to-3D conversion | |
134
- | `Ctrl+L` | Perform 3D structure optimization | |
135
-
136
- ## Technical Details
137
-
138
- * **GUI and 2D Drawing (PyQt6):** The editor is built on a `QGraphicsScene`, where custom `AtomItem` and `BondItem` objects are interactively manipulated. The Undo/Redo feature is implemented by serializing the application state.
139
- * **Chemical Calculations (RDKit / Open Babel):** RDKit is used to generate molecule objects from 2D data, perform 3D coordinate generation, and calculate properties. Open Babel serves as a fallback for 3D conversion. All heavy computations are run on a separate `QThread` to keep the GUI responsive.
140
- * **3D Visualization (PyVista / pyvistaqt):** 3D rendering is achieved by generating PyVista meshes (spheres and cylinders) from RDKit conformer coordinates. A custom `vtkInteractorStyle` enables direct drag-and-drop editing of atoms in the 3D view.
141
-
142
- ## License
143
-
144
- This project is licensed under the **GNU General Public License v3.0 (GPL-v3)**. See the `LICENSE` file for details.
145
-
146
- -----
147
-
148
- # MoleditPy — A Python Molecular Editor
149
-
150
- **MoleditPy**は、Pythonで構築されたクロスプラットフォームかつ直感的な分子エディターです。2Dでの分子描画から3D構造の可視化・編集、さらにはインタラクティブな幾何学的操作まで、シームレスなワークフローを提供します。その強力な編集機能とエクスポート機能により、**DFT計算ソフトウェアのインプット作成に最適なツール**です。
151
-
152
- **作者**: HiroYokoyama
153
- **ライセンス**: GPL-v3
154
- **リポジトリ**: [https://github.com/HiroYokoyama/python\_molecular\_editor](https://github.com/HiroYokoyama/python_molecular_editor)
155
-
156
- -----
157
-
158
- ## 概要
159
-
160
- このアプリケーションは、**PyQt6**によるモダンなGUI、**RDKit**による強力な化学計算、**PyVista**による高性能な3Dレンダリングを組み合わせ、分子構造の描画と視覚的な確認を容易にするツールです。
161
-
162
- ## 主な機能
163
-
164
- 詳細は、[ユーザーマニュアル](https://hiroyokoyama.github.io/python_molecular_editor/manual/manual-JP)を参照してください。
165
-
166
- ### 1\. 2D描画と編集
167
-
168
- * **直感的な操作:** シンプルなマウス操作で原子や結合を簡単に追加、編集、削除できます。左クリック&ドラッグで作成し、右クリックで削除します。
169
- * **高度なテンプレート機能:** ベンゼン環や3〜9員環のテンプレートをライブプレビューしながら配置できます。既存の構造にベンゼン環を縮環させる際には、二重結合の配置を自動的に調整するインテリジェントなロジックを備えています。
170
- * **電荷とラジカル:** キーボードショートカット (`+`/`-`/`.`) やツールバーを使って、任意の原子に形式電荷やラジカルを素早く設定できます。
171
- * **全元素対応:** 内蔵の周期表ダイアログから任意の元素を選択できます。
172
- * **クリップボード操作:** 分子フラグメントの`カット` (Ctrl+X)、`コピー` (Ctrl+C)、`ペースト` (Ctrl+V) に完全対応しています。
173
-
174
- ### 2\. 3D可視化と高度な編集
175
-
176
- * **2D-3D変換:** 描画した2D構造から、RDKitの強力なアルゴリズムを用いて3D構造を生成します。主要な手法が失敗した場合は、Open Babelによるフォールバック機能を備えています。
177
- * **インタラクティブ3D編集:** 3Dビュー内の原子を直接ドラッグ操作でき、分子の形状を**本格的に編集**できます。これにより、理論計算で検討したい特定の配座を直感的に作成できます。
178
- * **精密な幾何学制御:** **精密な幾何学制御のための強力なツール群**を提供します。
179
- * **平行移動:** 分子全体または選択原子群を特定の座標へ移動します。
180
- * **整列:** 選択した2原子をX, Y, Z軸に沿って配置します。
181
- * **平面化:** 選択した3つ以上の原子を特定の平面(XY, XZ, YZ)上に配置したり、**最適フィット平面に投影**したりできます。
182
- * **鏡像作成:** 選択した平面 (XY, XZ, YZ) に対して分子の鏡像を作成します。
183
- * **結合長・角度・二面角:** 原子を選択し、目標値を入力することで、距離、角度、ねじれ角を正確に設定します。
184
- * **制約付き最適化:** 特定の距離、角度、二面角を固定したまま、力場計算 (MMFF/UFF) による構造最適化を実行します。
185
- * **3D測定ツール:** 専用の「Measure」モードで3Dビュー内の原子をクリックするだけで、以下の値を即座に測定・表示します。
186
- * **距離** (2原子間)
187
- * **角度** (3原子間)
188
- * **二面角** (4原子間)
189
- * **構造最適化:** MMFF94またはUFF力場を用いて3D構造の最適化を実行できます。
190
- * **多彩な表示スタイル:** 分子を「ボール&スティック」、「CPK (空間充填)」、「ワイヤーフレーム」、「スティック」モデルで表示できます。
191
-
192
- ### 3\. 解析とエクスポート
193
-
194
- * **分子特性解析:** 専用ウィンドウに、分子式、分子量、SMILES、LogP、TPSAなど、RDKitによって計算された主要な分子特性を一覧表示します。
195
- * **立体化学表示:** 3D変換後、キラル中心を自動的に認識し、R/Sラベルを3Dビューに表示します。
196
- * **ファイル入出力:**
197
- * 2D/3Dデータや制約情報を含むセッション全体を、独自のプロジェクトファイル (`.pmeprj`) として保存・読み込みできます。
198
- * **MOL/SDF**ファイルや**SMILES**文字列から構造をインポートできます。
199
- * 3D構造を**MOL**または**XYZ**形式でエクスポートでき、これらは多くのDFT計算ソフトウェアと互換性があります。
200
- * 2Dおよび3Dビューを高解像度のPNG画像としてエクスポートできます。
201
-
202
- ## インストールと実行
203
-
204
- 詳細な手順については、プロジェクトの[Wiki](https://github.com/HiroYokoyama/python_molecular_editor/wiki)を参照してください。[Docker版](https://github.com/HiroYokoyama/python_molecular_editor_docker)も利用可能です。
205
-
206
- #### 必要ライブラリ
207
-
208
- `PyQt6`, `RDKit`, `NumPy`, `PyVista`, `pyvistaqt`, `openbabel`
209
-
210
- #### インストール
211
-
212
- 1. **パッケージのインストール**
213
- このコマンドを実行すると、お使いのOS(Windows/macOSまたはLinux)に適した `moleditpy` 本体が自動的にインストールされます。
214
-
215
- ```bash
216
- pip install moleditpy-installer
217
- ```
218
-
219
- 2. **ショートカットの作成**
220
- インストール後、このコマンドを実行すると、アプリケーションメニュー(スタートメニューやアプリケーションフォルダなど)にショートカットが作成されます。
221
-
222
- ```bash
223
- moleditpy-installer
224
- ```
225
-
226
- #### アプリケーションの起動
227
-
228
- ```bash
229
- moleditpy
230
- ```
231
-
232
- **(注:初回起動時は、RDKitなどのライブラリの初期化のため、起動に時間がかかる場合があります。)**
233
-
234
- ## キーボードショートカット
235
-
236
- | キー | 操作 | 補足 |
237
- | :--- | :--- | :--- |
238
- | `1`/`2`/`3` | 結合次数を変更 | 単結合/二重結合/三重結合 |
239
- | `W`/`D` | 立体化学結合に変更 | Wedge / Dash 結合 |
240
- | `Delete` / `Backspace` | アイテムの削除 | 選択またはカーソル下のアイテムを削除 |
241
- | `.` | ラジカルをトグル | 0, 1, 2ラジカルを循環 |
242
- | `+`/`-` | 電荷を増減 | 形式電荷の変更 |
243
- | `C`, `N`, `O` など | 原子記号を変更 | カーソル下の原子に適用 |
244
- | `4` | ベンゼン環の配置 | カーソル下の原子/結合にワンショットで配置 |
245
- | `Space` | 選択モード切替 / 全選択 | |
246
- | `Ctrl+J` | 2D最適化を実行 | |
247
- | `Ctrl+K` | 3D変換を実行 | |
248
- | `Ctrl+L` | 3D最適化を実行 | |
249
-
250
- ## 技術的な仕組み
251
-
252
- * **GUIと2D描画 (PyQt6):** `QGraphicsScene`上にカスタムの`AtomItem`(原子)と`BondItem`(結合)を配置し、対話的に操作します。Undo/Redo機能は、アプリケーションの状態をシリアライズしてスタックに保存することで実現しています。
253
- * **化学計算 (RDKit / Open Babel):** 2DデータからRDKit分子オブジェクトを生成し、3D座標生成や分子特性計算を実行します。RDKitでの3D座標生成が失敗した際は、Open Babelにフォールバックします。重い計算処理は別スレッド (`QThread`) で実行し、GUIの応答性を維持しています。
254
- * **3D可視化 (PyVista / pyvistaqt):** RDKitのコンフォーマ座標からPyVistaのメッシュ(球や円柱)を生成して描画します。カスタムの`vtkInteractorStyle`を実装し、3Dビュー内での原子の直接的なドラッグ&ドロップ編集を可能にしています。
255
-
256
- ## ライセンス
257
-
258
- このプロジェクトは **GNU General Public License v3.0 (GPL-v3)** のもとで公開されています。詳細は `LICENSE` ファイルを参照してください。
@@ -1,54 +0,0 @@
1
- moleditpy_linux/__init__.py,sha256=QCzpw3P5V_CwDtN4itK4hT9J99JgsH4gmpTfvuus6p8,46
2
- moleditpy_linux/__main__.py,sha256=P4BoaqZ-SgKGoErMZIWRKhzH6CbR8q34ipQ6RtQUEko,828
3
- moleditpy_linux/main.py,sha256=fI7A2zxlhrtXsyDCLJ3iiGeAc28FSaAj4MPnqBoA8GU,1177
4
- moleditpy_linux/modules/__init__.py,sha256=DIO4nzCCnpeYLjFqzHxcRYqbECtWWMEGQ_-sb03jirs,1127
5
- moleditpy_linux/modules/about_dialog.py,sha256=wIcfJe51TgyXQtR9TBUdT6f7xWd3JQOvRpU3pWiOr00,3414
6
- moleditpy_linux/modules/align_plane_dialog.py,sha256=D6E0_rM75rKirDkvkJ-diRqNkf8IguqBBLQqDvZJHME,11665
7
- moleditpy_linux/modules/alignment_dialog.py,sha256=tS2_5-wnJRDhLcWtPm9-HUm4_v4bAr53EjV82vydA-k,11140
8
- moleditpy_linux/modules/analysis_window.py,sha256=asSCm7bgDW00tGaXSwEN17j-de_BN7ql6iwmxb3f54E,9134
9
- moleditpy_linux/modules/angle_dialog.py,sha256=_xwp8CyBEB309UEY618o065Hfqx-XZQHYFXa0fYeNNs,17548
10
- moleditpy_linux/modules/atom_item.py,sha256=NSRO4x_5Ciq1Hnt2lfdjtVGGjuZ6iUt2bZ8NGT9FqIg,15297
11
- moleditpy_linux/modules/bond_item.py,sha256=zjQHa4vb8xhS9B7cYPRM0nak-f7lr5NQ1uAj_J78ah4,12778
12
- moleditpy_linux/modules/bond_length_dialog.py,sha256=xlx-bU3tVeLfShdVRw6_Geo5Gl9mztlIfTdT9tJ6WMA,14579
13
- moleditpy_linux/modules/calculation_worker.py,sha256=detE48BW08a2tvmKjMgz8zCShgARzsRH-ABmWrPcqZA,42055
14
- moleditpy_linux/modules/color_settings_dialog.py,sha256=h4AOKU8dCTenecI8zOM9GfnmKDm7jfe5C4Fa23Budvs,15205
15
- moleditpy_linux/modules/constants.py,sha256=A_fwyC7OzUuRVbVF5LQ7EQiJ75Wop2fdnwcdKxmXzW0,4434
16
- moleditpy_linux/modules/constrained_optimization_dialog.py,sha256=MlWnPze0JJvnqmHx9n3qZWG_h-2kZymT0PQ6lALbCro,29861
17
- moleditpy_linux/modules/custom_interactor_style.py,sha256=K_uGM6FezY0kZ3zPqoR6f0nowG40ytt-L4UCAbPlwGM,38184
18
- moleditpy_linux/modules/custom_qt_interactor.py,sha256=6mzaVb3Mhp-4nryG5AraEvPPgBJpotrzVYwrpCAKmVo,2186
19
- moleditpy_linux/modules/dialog3_d_picking_mixin.py,sha256=gaF1ATevvvF72aBfAjubRcagT2jnVG5RMpEKos_XdKg,4768
20
- moleditpy_linux/modules/dihedral_dialog.py,sha256=H6WFvc7NvPHSd5QCMk0NUPhudOzpModXv-42dYL20KM,17809
21
- moleditpy_linux/modules/main_window.py,sha256=mYxSk_KbiRNP0snhiJNN7plzzXNg3B7i-UJSW2q_Kk4,35788
22
- moleditpy_linux/modules/main_window_app_state.py,sha256=f9f3JVuC46ijlea2DR8ADa0Jn5r2dgedPPdg8OkmNAU,33374
23
- moleditpy_linux/modules/main_window_compute.py,sha256=fiIokVvjzXIwwR3FV3Ltet_K4oL_rT0Z27rPMbvlyyc,51346
24
- moleditpy_linux/modules/main_window_dialog_manager.py,sha256=5WU6mFABB0aI4XCywP-cLFPkNQSb3bC0OK0I28SQG_w,19845
25
- moleditpy_linux/modules/main_window_edit_3d.py,sha256=FStBWVeDVAM2MoO-JCTjPM-G7iT8QZUHxsb0dS4MEAI,19553
26
- moleditpy_linux/modules/main_window_edit_actions.py,sha256=8tR0rYfgWYgdKTxBP4snzpxhiD2DExSKyf4jzSWb6sE,64598
27
- moleditpy_linux/modules/main_window_export.py,sha256=f_Z4qVYKBTe06lGTFqjd3deluUdkQvHhZYa81h7UpBM,34465
28
- moleditpy_linux/modules/main_window_main_init.py,sha256=lXJ_Zl9xGwa3P7NbFlnCttEG9Ta9vQgov7iNOEVY9NE,75377
29
- moleditpy_linux/modules/main_window_molecular_parsers.py,sha256=tyzVb-TqyjCiEUacwEJJi7zVokjwColezrRlRxfmzks,48174
30
- moleditpy_linux/modules/main_window_project_io.py,sha256=2ArkW23L4ahQIiktCCXlNsJphU0awO5YzJGihIJsn1c,17021
31
- moleditpy_linux/modules/main_window_string_importers.py,sha256=yrZblvPG840qnqVEJf__XVfNnWl_r3vt68Abfs2aYDQ,10674
32
- moleditpy_linux/modules/main_window_ui_manager.py,sha256=0jdTZGv5JRtDlDniblPKzLPXdfUBZ3qh12s6pav4ihI,22038
33
- moleditpy_linux/modules/main_window_view_3d.py,sha256=DgEnR4IlOVjMn45JdILEU7krUU6d5AcWHJDkhXFpJKM,57990
34
- moleditpy_linux/modules/main_window_view_loaders.py,sha256=WuzLCYC22eaDFIvUvRtXgULZb-n4B04gcdgSKqTgWGA,14234
35
- moleditpy_linux/modules/mirror_dialog.py,sha256=wYlnqrxAZfsADB5Gvabe-MoX3j0_NjfmWPyf3GCYj9U,4427
36
- moleditpy_linux/modules/molecular_data.py,sha256=OCdiRIDXgnqYCKmf56x6XfbOJYTEQjY-MtBfnYZtTWY,12981
37
- moleditpy_linux/modules/molecule_scene.py,sha256=ULUYAq4Hmz1e1V8E4xxplw00L_NTq5XmAxJn9NUoCoU,94612
38
- moleditpy_linux/modules/move_group_dialog.py,sha256=MVVdy0R-HIHcsCWD2yBVDWoDN4NFXPkOc72dq9laBP4,26905
39
- moleditpy_linux/modules/periodic_table_dialog.py,sha256=slh1X-6YidaQGzQamrKJ6aetIMKTQLRlBfaAH6B6qfw,3737
40
- moleditpy_linux/modules/planarize_dialog.py,sha256=u8IZGUEIXnVrBOXBqJefQpFqz3wiU6oLXp4gBNcC7Iw,8402
41
- moleditpy_linux/modules/settings_dialog.py,sha256=7pVPc4zg6l4FXb1b_2gr0aYXufomFDJqa0yUtS54dgA,60658
42
- moleditpy_linux/modules/template_preview_item.py,sha256=KDuLEZpPSMm9ZB0z5ms8LZyHbFKvszemG0XnR5vi0qg,6404
43
- moleditpy_linux/modules/template_preview_view.py,sha256=AXUaFJR0E1yX9dBY9IDbxYNsBTcRFZWnDwpS_pRZXhs,3081
44
- moleditpy_linux/modules/translation_dialog.py,sha256=gIG_mz4wc4y4ZNq02Ql33ek6B-DrOf1pdWF3FsViCT4,14394
45
- moleditpy_linux/modules/user_template_dialog.py,sha256=VhLh7MNbElySnAIHjkiRaYLRHJLeK-NcHtAX5yqjBzI,27955
46
- moleditpy_linux/modules/zoomable_view.py,sha256=ZgAmmWXIKtx7AhMjs6H6PCyvb_kpYuankf8UxsZX9mg,4569
47
- moleditpy_linux/modules/assets/icon.icns,sha256=wD5R6-Vw7K662tVKhu2E1ImN0oUuyAP4youesEQsn9c,139863
48
- moleditpy_linux/modules/assets/icon.ico,sha256=RfgFcx7-dHY_2STdsOQCQziY5SNhDr3gPnjO6jzEDPI,147975
49
- moleditpy_linux/modules/assets/icon.png,sha256=kCFN1WacYIdy0GN6SFEbNA00ef39pCczBnFdkkBI8Bs,147110
50
- moleditpy_linux-1.16.4.dist-info/METADATA,sha256=rkO19UZj1k_6NYIXGw4bi_tGouLgkNdgeLpF5CLTlHI,17462
51
- moleditpy_linux-1.16.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
- moleditpy_linux-1.16.4.dist-info/entry_points.txt,sha256=-OzipSi__yVwlimNtu3eiRP5t5UMg55Cs0udyhXYiyw,60
53
- moleditpy_linux-1.16.4.dist-info/top_level.txt,sha256=qyqe-hDYL6CXyin9E5Me5rVl3PG84VqiOjf9bQvfJLs,16
54
- moleditpy_linux-1.16.4.dist-info/RECORD,,