-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding then supercell estimator in the Settings Panel. (#88)
This fixes #34 * Adding then supercell estimator in the Settings Panel. Limitations: - use only the structure and the supercell size, not the other parameters (symprec, distinguish_kinds, is_symmetry) - to understand how we can adapt this to consider also the HubbardStructureData - performance is low (especially for the `_reset_supercell` reaction. * Ensuring performance for the supercell estimation - update the number of supercell only when all the three vectors are updated (from hint) or reset - we provide also spinning loading icon when we compute the number of supercells. - missing: symprec integration. * Added also the symprec in the estimation of the supercells to be computed - adding a reset for symprec - adding upper and lower bound 1 and 1e-7 (if out of this range, automatically reset to max or min) - added tests for all the new widgets/logics
- Loading branch information
1 parent
9881c23
commit 89c70a2
Showing
2 changed files
with
228 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters