Skip to content
#

materials-science

Here are 270 public repositories matching this topic...

zaeemnajeeb
zaeemnajeeb commented Aug 27, 2020

In the file defining the Alkene functional group (stk.molecular.functional_groups.alkene.py), lines 103 and 116 return self.atom1 and self.atom2.
atom1 and atom2 do not exist.
Should be return self._atom1 and return self._atom2.

This issue is not picked up with the current tests so suggests a need to see if each atom can be retrieved successfully ( get_carbon1 etc.) for each fu

ajjackson
ajjackson commented Apr 24, 2018

Summary of discussion with @utf and @scanlond based on user feedback.

  • Users can get confusing/incorrect results when using kgen with a non-primitive POSCAR
  • kgen warns that results may be incorrect and writes a POSCAR_prim file along with a KPOINTS which corresponds to that primitive/standard cell setting.
  • If the user ignores this warning and uses their current POSCAR with this

Improve this page

Add a description, image, and links to the materials-science topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the materials-science topic, visit your repo's landing page and select "manage topics."

Learn more