-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correct for periodicity in quantise_diatomic * Split velocity array into slab & molecule as well * Checking for PeriodicCell now type invariant * Partial fix for #292 * Add debug info * More debug info * Possibly translating in the wrong direction * More debug outputs * Fix unrelated typo * Improve accuracy of equilibrium bond length * Fix missing import * Add vectorised version of `quantise_diatomic` `quantise_diatomic` is now able to process a single configuration or a vector of multiple configurations. This improves performance for multiple configurations, as only one potential-specific binding curve is generated to analyse all configurations. * Delay rounding of J values until return * Fix type definition --------- Co-authored-by: Alexander Spears <alexander.spears@warwick.ac.uk> Co-authored-by: James Gardner <james.gardner1421@gmail.com>
- Loading branch information
1 parent
6131924
commit bb71656
Showing
3 changed files
with
158 additions
and
18 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
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