Skip to content

Surface Charge Script #67

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

Merged
merged 8 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed underscore from file name as no longer required SCI-1315
  • Loading branch information
Alex-AMC committed Aug 20, 2024
commit dda2b9e4f549fe10b5c489d1b801de88de0fb0f0
2 changes: 1 addition & 1 deletion scripts/surface_charge/surface_charge.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from ccdc.utilities import ApplicationInterface

from _surface_charge_calculator import SurfaceChargeController
from surface_charge_calculator import SurfaceChargeController


class SurfaceChargeGUI:
Expand Down