Skip to content

Missing STMulator and STMgenerator in pyPPSTM #38

@BawnLuo

Description

@BawnLuo

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions