digichem-core 6.0.3__py3-none-any.whl → 6.1.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.
- digichem/__init__.py +2 -2
- digichem/file/base.py +3 -3
- digichem/parse/turbomole.py +2 -2
- {digichem_core-6.0.3.dist-info → digichem_core-6.1.0.dist-info}/METADATA +1 -1
- {digichem_core-6.0.3.dist-info → digichem_core-6.1.0.dist-info}/RECORD +8 -8
- {digichem_core-6.0.3.dist-info → digichem_core-6.1.0.dist-info}/WHEEL +0 -0
- {digichem_core-6.0.3.dist-info → digichem_core-6.1.0.dist-info}/licenses/COPYING.md +0 -0
- {digichem_core-6.0.3.dist-info → digichem_core-6.1.0.dist-info}/licenses/LICENSE +0 -0
digichem/__init__.py
CHANGED
|
@@ -20,7 +20,7 @@ from digichem.datas import get_resource
|
|
|
20
20
|
# development = prerelease is not None
|
|
21
21
|
# # The full version number of this package.
|
|
22
22
|
# __version__ = "{}.{}.{}{}".format(major_version, minor_version, revision, "-pre.{}".format(prerelease) if development else "")
|
|
23
|
-
__version__ = "6.0
|
|
23
|
+
__version__ = "6.1.0"
|
|
24
24
|
_v_parts = __version__.split("-")[0].split(".")
|
|
25
25
|
major_version = int(_v_parts[0])
|
|
26
26
|
minor_version = int(_v_parts[1])
|
|
@@ -39,7 +39,7 @@ __author__ = [
|
|
|
39
39
|
]
|
|
40
40
|
|
|
41
41
|
# Program date (when we were last updated). This is changed automatically.
|
|
42
|
-
_last_updated_string = "
|
|
42
|
+
_last_updated_string = "16/10/2024"
|
|
43
43
|
last_updated = datetime.strptime(_last_updated_string, "%d/%m/%Y")
|
|
44
44
|
|
|
45
45
|
# The sys attribute 'frozen' is our flag, '_MEIPASS' is the dir location.
|
digichem/file/base.py
CHANGED
|
@@ -29,6 +29,9 @@ class File_maker_ABC():
|
|
|
29
29
|
"""
|
|
30
30
|
self.output = output
|
|
31
31
|
self.file_path = {'file': self.output}
|
|
32
|
+
|
|
33
|
+
# A flag of whether we have already created our output file.
|
|
34
|
+
self.done_file_creation = False
|
|
32
35
|
|
|
33
36
|
def get_file(self, name = 'file'):
|
|
34
37
|
"""
|
|
@@ -160,9 +163,6 @@ class File_maker(File_maker_ABC):
|
|
|
160
163
|
self.dont_modify = dont_modify
|
|
161
164
|
self.use_existing = use_existing
|
|
162
165
|
|
|
163
|
-
# A flag of whether we have already created our output file.
|
|
164
|
-
self.done_file_creation = False
|
|
165
|
-
|
|
166
166
|
self.failed_file_creation = False
|
|
167
167
|
|
|
168
168
|
self.full_path_names = full_path_names
|
digichem/parse/turbomole.py
CHANGED
|
@@ -25,9 +25,9 @@ class Turbomole_parser(Cclib_parser):
|
|
|
25
25
|
"""
|
|
26
26
|
Sort a list of log files into a particular order, if required for this parser.
|
|
27
27
|
"""
|
|
28
|
-
from cclib.
|
|
28
|
+
from cclib.parser.turbomoleparser import Turbomole
|
|
29
29
|
|
|
30
|
-
return
|
|
30
|
+
return Turbomole.sort_input(log_files)
|
|
31
31
|
|
|
32
32
|
def duration_to_timedelta(self, duration_str):
|
|
33
33
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: digichem-core
|
|
3
|
-
Version: 6.0
|
|
3
|
+
Version: 6.1.0
|
|
4
4
|
Summary: Open-source library for Digichem core components
|
|
5
5
|
Project-URL: Homepage, https://github.com/Digichem-Project/digichem-core
|
|
6
6
|
Project-URL: Documentation, https://doc.digi-chem.co.uk
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
digichem/__init__.py,sha256=
|
|
1
|
+
digichem/__init__.py,sha256=rZhxVHshLofYYXZTPgc8Y4rCNrpcbPVn8RKtn1Dut0o,2287
|
|
2
2
|
digichem/basis.py,sha256=khzIS9A_w8QH2vsXctWr16Bw5TA84_9_Fo-vuveP_5w,4875
|
|
3
3
|
digichem/datas.py,sha256=t2PuQFvPb55WO_qVF3Xz67XNodQDimqYD26VkRPEWLA,433
|
|
4
4
|
digichem/log.py,sha256=tjl8Er16HUsAibBZGZMu8KyT0w53YM3u0Neh_l2jD9Q,6166
|
|
@@ -33,7 +33,7 @@ digichem/exception/__init__.py,sha256=CkTlww2tI3Cam58KcC39qe-5hxNPiNa6hRJGHZQPJq
|
|
|
33
33
|
digichem/exception/base.py,sha256=aL_uEflTcRP-orNL_8RXizMVxXvTztpTDiqNmcVF2UE,4621
|
|
34
34
|
digichem/exception/uncatchable.py,sha256=OXVkRbzsFc_uzQwCnhor3HTsZv4VuuwfZxNyiIIhgx0,2498
|
|
35
35
|
digichem/file/__init__.py,sha256=vcDfoYlL0YbFcCyw-3D4SiGtA-hxkFKUtP30DO-JvqE,62
|
|
36
|
-
digichem/file/base.py,sha256=
|
|
36
|
+
digichem/file/base.py,sha256=UZ3CjXEEBOzIqnnnG90wWicGQoIAYgo7GJsWohuSYPc,17342
|
|
37
37
|
digichem/file/cube.py,sha256=kvNnyKHs0c0L-7LnYggvil-ciDEwNWAhOZT2-KgyP5s,13759
|
|
38
38
|
digichem/file/fchk.py,sha256=tWhp0daZPMlYmqkGkidUFwVHTA-8wCUf6Py6CNeT7tk,4035
|
|
39
39
|
digichem/file/prattle.py,sha256=LDayqA7TZVMJKekyl4laHePOCesfBcQ36ul0516OEfo,9927
|
|
@@ -64,7 +64,7 @@ digichem/parse/cclib.py,sha256=4-xRCUWj3kRs0MFmoHagbH_6veReKvyFwxNMAdIv0nA,5032
|
|
|
64
64
|
digichem/parse/dump.py,sha256=SeQNvtWXG2ntiXz0d2W7Ust_P5Xmf0ft3yZ9pRFT3jQ,9552
|
|
65
65
|
digichem/parse/gaussian.py,sha256=8Vs07MnlboZiJDJ41dtfRwE2UBHOiVixY3-mQrcoioc,5251
|
|
66
66
|
digichem/parse/orca.py,sha256=rJ5Rln8mBB7XQZURf9ocwNg4DS1DDA8CaA22CKsugMg,4613
|
|
67
|
-
digichem/parse/turbomole.py,sha256=
|
|
67
|
+
digichem/parse/turbomole.py,sha256=Tvwp-o-XBG_FEFXpakfOFNi2kUrCbEL0aVF5mCSX6Xw,9198
|
|
68
68
|
digichem/parse/util.py,sha256=tcjGVRDESBXEVn680wr3VdqLWj_WoinqXgDFFzBJU-o,25494
|
|
69
69
|
digichem/result/__init__.py,sha256=FUNL2pc2bP3XNVFRrlyrTppVWEsPRHcThLiVytpsH84,222
|
|
70
70
|
digichem/result/angle.py,sha256=jehU0dRN4nALvUFzIdkh4GGQORq4lgXre8ZfFQMzB94,5043
|
|
@@ -104,8 +104,8 @@ digichem/test/test_prattle.py,sha256=x-CeVX3Gbs5BHGndBGrtseGZwgUm3jamxstFijmKB5w
|
|
|
104
104
|
digichem/test/test_result.py,sha256=BPo9-weVCBL_0dgcETDdWkQ20msCSDTStZ7tPB1t55o,24328
|
|
105
105
|
digichem/test/test_translate.py,sha256=_3FkYottqHZGxMSTJkbcE8dQXhQlrNlVS0FjMopIwl4,3575
|
|
106
106
|
digichem/test/util.py,sha256=R4lE1pg0SzpTbJIQnFh_ffeNb9jAnfFIhp-6F-_fX7Q,8576
|
|
107
|
-
digichem_core-6.0.
|
|
108
|
-
digichem_core-6.0.
|
|
109
|
-
digichem_core-6.0.
|
|
110
|
-
digichem_core-6.0.
|
|
111
|
-
digichem_core-6.0.
|
|
107
|
+
digichem_core-6.1.0.dist-info/METADATA,sha256=LnROFyuvQzGSNsT564mtd7xyCcONKXBDMUIuyFwGc48,4060
|
|
108
|
+
digichem_core-6.1.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
109
|
+
digichem_core-6.1.0.dist-info/licenses/COPYING.md,sha256=d-yG6IJrlqLkuiuoOFe331YKzMRS05pnmk4e98gu9pQ,900
|
|
110
|
+
digichem_core-6.1.0.dist-info/licenses/LICENSE,sha256=ZLlePQN2WLgdvmIGLEjjHtgIoneUGR2MgE9yjMg1JiY,1457
|
|
111
|
+
digichem_core-6.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|