lasp-ase 0.0.2__py3-none-any.whl → 0.0.3__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.
lasp_ase/lasp.py CHANGED
@@ -26,10 +26,10 @@ class Lasp(FileIOCalculator):
26
26
  self.atoms_input = None
27
27
  self.do_forces = False
28
28
  self.outfilename = 'lasp.out'
29
-
29
+ if not kwargs.get('command'):
30
+ kwargs['command'] = self.command
30
31
  FileIOCalculator.__init__(self, restart, ignore_bad_restart_file,
31
- label, atoms,self.command,
32
- **kwargs)
32
+ label, atoms, **kwargs)
33
33
 
34
34
  def write_input(self, atoms, properties=None, system_changes=None):
35
35
  from ase.io import write
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lasp_ase
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: ASE calculator for LASP
5
5
  Home-page: https://github.com/renpj/lasp_ase
6
6
  Author:
@@ -0,0 +1,7 @@
1
+ lasp_ase/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ lasp_ase/lasp.py,sha256=r0CX1wYOmVQx8xc4H1u7eyBm4hIQCvol3PildReenZc,2343
3
+ lasp_ase-0.0.3.dist-info/licenses/LICENSE,sha256=gy1aaulB2GMZ2ku-VLu2shfwLBQk2Gd2nFTQ0nTP5L4,1059
4
+ lasp_ase-0.0.3.dist-info/METADATA,sha256=EApw_COR6eXIxOG54OSmersWKCQE0087ren6RRENndw,1096
5
+ lasp_ase-0.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ lasp_ase-0.0.3.dist-info/top_level.txt,sha256=RXNI5-63yJ1iIyiWglgwjBpQv-E8L4gWyYqa9Tba-VQ,9
7
+ lasp_ase-0.0.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- lasp_ase/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- lasp_ase/lasp.py,sha256=FUA34vgjXu6rXvVorAcUxkt8jPVfTO1PlQwygVXU2qc,2310
3
- lasp_ase-0.0.2.dist-info/licenses/LICENSE,sha256=gy1aaulB2GMZ2ku-VLu2shfwLBQk2Gd2nFTQ0nTP5L4,1059
4
- lasp_ase-0.0.2.dist-info/METADATA,sha256=TEJ2S69ZO7Z9737lL4_xAfwhYNgMbhsyk7qipV6DjeY,1096
5
- lasp_ase-0.0.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
6
- lasp_ase-0.0.2.dist-info/top_level.txt,sha256=RXNI5-63yJ1iIyiWglgwjBpQv-E8L4gWyYqa9Tba-VQ,9
7
- lasp_ase-0.0.2.dist-info/RECORD,,