Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StructureModConfig #89

Open
marcelmbn opened this issue Nov 28, 2024 · 0 comments
Open

StructureModConfig #89

marcelmbn opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels
algorithm Related to the back-end algorithm for generating the mindless molecules.

Comments

@marcelmbn
Copy link
Member

marcelmbn commented Nov 28, 2024

Should be subclass of BaseConfig (as follows):

class BaseConfig(ABC):
"""
Abstract base class for configuration settings.
"""
@abstractmethod
def __init__(self):
pass
@abstractmethod
def get_identifier(self) -> str:
"""
Get the identifier of the configuration.
"""

Should contain:

  • {operation: inversion} # could also be c2_rotation
@marcelmbn marcelmbn added the algorithm Related to the back-end algorithm for generating the mindless molecules. label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm Related to the back-end algorithm for generating the mindless molecules.
Projects
None yet
Development

No branches or pull requests

2 participants