Skip to content

Commit

Permalink
Merge pull request #1404 from pyiron/elastic_fix
Browse files Browse the repository at this point in the history
Fix elastic matrix to be compatible with atomistics
  • Loading branch information
jan-janssen authored May 3, 2024
2 parents 63478fd + 7019f7d commit bee2fdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyiron_atomistics/atomistics/master/elasticmatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ def analyse_structures(self, output_dict):
self._data["e0"],
) = analyse_structures_helper(
output_dict=output_dict,
Lag_strain_list=self._data["Lag_strain_list"],
epss=self._data["epss"],
v0=self._data["v0"],
LC=self._data["LC"],
sym_dict=self._data,
fit_order=self.fit_order,
zero_strain_job_name=self.zero_strain_job_name,
)
Expand Down

0 comments on commit bee2fdb

Please sign in to comment.