Thoughts before sprint #23
ndaelman-hu
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Dimensionality vs periodicityThere are 3 ways to regulate dimensionality, depending on the restrictions of the code.
Currently, option 2 is broken (see below) and there's no option 3. For option 2, we currently have periodic_boundary_conditions = Quantity(
type=bool,
shape=[3],
description="""
If periodic boundary conditions are applied to each direction of the crystal axes.
""",
) My recommendations:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These are just a bunch of notes from during the DPG 2024, to be applied during the sprint.
Beta Was this translation helpful? Give feedback.
All reactions