Skip to content

Commit

Permalink
setting titles for code and settings (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresOrtegaGuerrero authored Jan 7, 2025
1 parent 225af7f commit fedff82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/aiidalab_qe_vibroscopy/app/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class VibroResourceSettingsModel(PluginResourceSettingsModel):
"""Resource settings for the vibroscopy calculations."""

title = "Vibronic resources"
identifier = "vibronic"

def __init__(self, **kwargs):
Expand Down
2 changes: 2 additions & 0 deletions src/aiidalab_qe_vibroscopy/app/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def wrapper(*args, **kwargs):


class VibroConfigurationSettingsModel(ConfigurationSettingsModel, HasInputStructure):
title = "Vibrational Settings"

dependencies = [
"input_structure",
]
Expand Down

0 comments on commit fedff82

Please sign in to comment.