Zuhal Cakir

Results 2 issues of Zuhal Cakir

**Describe the bug** add_adsorbate function is not working properly. **To Reproduce** Steps to reproduce the behavior: atoms = read(contcar) pym_slab = pym_ase.get_structure(atoms) mol = molecule('N2') pym_mol = Molecule(species=[atom.symbol for atom...

For my specific use case, I am interested in predicting the graphs without expanding the abbreviated structures. I have been trying to understand the code and the sequence of operations...