lasp-ase 0.0.2__tar.gz → 0.0.3__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.
@@ -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:
@@ -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:
@@ -8,7 +8,7 @@ install_requires = [
8
8
  ]
9
9
  setuptools.setup(
10
10
  name="lasp_ase",
11
- version="0.0.2",
11
+ version="0.0.3",
12
12
  author="",
13
13
  description="ASE calculator for LASP",
14
14
  long_description=long_description,
File without changes
File without changes
File without changes
File without changes