Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kpoints line mode for VASP #445

Merged
merged 36 commits into from Dec 4, 2019
Merged

Kpoints line mode for VASP #445

merged 36 commits into from Dec 4, 2019

Conversation

FeLoch
Copy link
Member

@FeLoch FeLoch commented Nov 15, 2019

added line mode and related stuff:

  • line mode works
  • high-symmetry points as structure property

# Conflicts:
#	pyiron/atomistics/job/atomistic.py
#	pyiron/vasp/base.py
…loch

# Conflicts:
#	pyiron/atomistics/job/atomistic.py
#	pyiron/vasp/base.py
venv/Scripts/activate Outdated Show resolved Hide resolved
venv/pyvenv.cfg Outdated Show resolved Hide resolved
@FeLoch
Copy link
Member Author

FeLoch commented Nov 15, 2019

deleted! Sorry :D

Copy link
Member

@jan-janssen jan-janssen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also remove venv/Scripts/python.exe and venv/Scripts/pythonw.exe

@FeLoch
Copy link
Member Author

FeLoch commented Nov 15, 2019

done!

@coveralls
Copy link

coveralls commented Nov 15, 2019

Pull Request Test Coverage Report for Build 3266

  • 30 of 80 (37.5%) changed or added relevant lines in 2 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.09%) to 57.664%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pyiron/atomistics/structure/atoms.py 7 17 41.18%
pyiron/vasp/base.py 23 63 36.51%
Files with Coverage Reduction New Missed Lines %
pyiron/atomistics/structure/atoms.py 1 60.93%
pyiron/vasp/base.py 1 55.64%
Totals Coverage Status
Change from base Build 3264: -0.09%
Covered Lines: 10846
Relevant Lines: 18809

💛 - Coveralls

Copy link
Member

@sudarsan-surendralal sudarsan-surendralal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some small changes

pyiron/atomistics/structure/atoms.py Outdated Show resolved Hide resolved
pyiron/atomistics/structure/atoms.py Show resolved Hide resolved
pyiron/vasp/base.py Outdated Show resolved Hide resolved
pyiron/vasp/base.py Show resolved Hide resolved
pyiron/vasp/base.py Outdated Show resolved Hide resolved
Copy link
Member

@sudarsan-surendralal sudarsan-surendralal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

self._high_symmetry_points = None
if high_symmetry_points is not None:
self.set_high_symmetry_points(high_symmetry_points)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this empty line

Copy link
Member

@jan-janssen jan-janssen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from the one empty line this looks fine to me, so after you removed the empty line we can merge it.

@jan-janssen jan-janssen merged commit a71edd3 into master Dec 4, 2019
@jan-janssen jan-janssen deleted the kpoints_line_mode_vasp branch December 4, 2019 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants