-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I'm currently working with the code from the publication "Automated Structure Discovery for Scanning Tunneling Microscopy" available at https://github.com/SINGROUP/ASD-STM/tree/main and its corresponding paper at https://pubs.acs.org/doi/10.1021/acsnano.3c12654?goto=supporting-info.
In the generate_data.py file, there are import statements: from ppstm.pyPPSTM import STMulator, STMgenerator. However, when I checked the pyPPSTM module, I couldn't find the definitions for STMulator and STMgenerator. It's unclear whether these are missing due to an oversight during code organization.
This lack of code definitions is causing issues for me when trying to run the data generation process. If these functions are indeed necessary, it would be great if they could be added back to the pyPPSTM module. If they are no longer needed, it would be helpful to remove the import statements to avoid confusion for other users.
Thank you for your attention to this matter.
