Skip to content

Commit

Permalink
Resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbmorgan committed Oct 30, 2024
2 parents 09c03ba + 713ec04 commit 9d499dc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,9 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

<<<<<<< HEAD
# Tests
tests/.aims_bin_loc
tests/fixtures/custom_bin_aims_calcs

# Tutorials
tutorials/temp/
=======
# Others
tests/fixtures/custom_bin_aims_calcs
tests/.aims_bin_loc
>>>>>>> 713ec041136a7098f8ef2e6fe5a8f654b1c32c3b
17 changes: 0 additions & 17 deletions dfttools/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def get_geometry(self) -> AimsGeometry:

return geometry

<<<<<<< HEAD
def get_geometry_steps_of_optimisation(self, n_occurrence=None) -> list:
"""
Get a list of all geometry steps performed.
Expand Down Expand Up @@ -188,18 +187,6 @@ def get_parameters(self) -> AimsControl:
AimsControl
AimsControl object
"""
=======
def get_parameters(self) -> AimsControl:
"""
Extract the control file from the aims output and return it as an AimsControl
object
Returns
-------
AimsControl
AimsControl object
"""
>>>>>>> 713ec041136a7098f8ef2e6fe5a8f654b1c32c3b

control_lines = []
control_file_reached = False
Expand All @@ -218,11 +205,7 @@ def get_parameters(self) -> AimsControl:

ac = AimsControl(parse_file=False)
ac.lines = control_lines[6:-3]
<<<<<<< HEAD
ac.path = ""
=======
ac.path = None
>>>>>>> 713ec041136a7098f8ef2e6fe5a8f654b1c32c3b

return ac

Expand Down
17 changes: 17 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,14 @@ license = "GPL-3.0"
readme = "README.md"

[tool.poetry.dependencies]
<<<<<<< HEAD
python = ">=3.10,<3.13"
=======
python = "<=3.10,<3.13"
>>>>>>> 713ec041136a7098f8ef2e6fe5a8f654b1c32c3b
numpy = "^1.26.4"
scipy = "^1.13.0"
ase = "^3.22.1"
pyyaml = "^6.0.1"
spglib = "^2.5.0"
networkx = "^3.3"
<<<<<<< HEAD
numba = "^0.60.0"
=======
>>>>>>> 713ec041136a7098f8ef2e6fe5a8f654b1c32c3b
click = "^8.1.7"

[tool.poetry.group.dev]
Expand Down

0 comments on commit 9d499dc

Please sign in to comment.