Open chaithanyak4796 opened 1 year ago
After reviewing the code, I realized I'd used a particular convention. So this is not a bug, but a choice. The convention was to build a graphite structure as a sequence of graphene layers.
This discrepancy in the way the unit cell is treated for graphene might cause some confusion. It might make more sense to either clarify this with a warning or to fix it in create.py.
While creating a graphene sheet, the number of atoms per cell is not adjusted to 2. The system created is still graphene, but the number of atoms does not correspond to the expected number.
The fix should be easy. The same steps taken in non-ortho case should be applicable here.