Skip to content

Commit

Permalink
Added a getter function in LatticeState -- SO--
Browse files Browse the repository at this point in the history
  • Loading branch information
nfaguirrec committed Nov 14, 2023
1 parent b4ccb88 commit 5df7066
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/LatticeState.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ def _next_entity_number(self):
return entity


def _adsorbed_on_site(self):
return self.__adsorbed_on_site


def _updateSpeciesNumbers(self):
for sp in self.surface_species:
self.__speciesNumbers[sp] = 0
Expand Down

0 comments on commit 5df7066

Please sign in to comment.