forked from aiidateam/aiida-quantumespresso
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra utilities for nearest-neighbour analysis
A set of methods are added to account for some useful use-cases where the number of nearest-neighbours are needed or when only the set of indices and the translation vector are required (the latter is useful for parsing the Hubbard parameters computed from first-principles).
- Loading branch information
Showing
5 changed files
with
285 additions
and
19 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
data_image0 | ||
_chemical_formula_structural MnCoS | ||
_chemical_formula_sum "Mn1 Co1 S1" | ||
_cell_length_a 4.02254 | ||
_cell_length_b 4.02254 | ||
_cell_length_c 4.02254 | ||
_cell_angle_alpha 60 | ||
_cell_angle_beta 60 | ||
_cell_angle_gamma 60 | ||
|
||
_space_group_name_H-M_alt "P 1" | ||
_space_group_IT_number 1 | ||
|
||
loop_ | ||
_space_group_symop_operation_xyz | ||
'x, y, z' | ||
|
||
loop_ | ||
_atom_site_type_symbol | ||
_atom_site_label | ||
_atom_site_symmetry_multiplicity | ||
_atom_site_fract_x | ||
_atom_site_fract_y | ||
_atom_site_fract_z | ||
_atom_site_occupancy | ||
Mn Mn1 1.0 0.00000 0.00000 0.00000 1.0000 | ||
Co Co1 1.0 0.75000 0.75000 0.75000 1.0000 | ||
S S1 1.0 0.50000 0.50000 0.50000 1.0000 |
Oops, something went wrong.