-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add select from Example structures widget back (#215)
Add the `StructureExamplesWidget` back to structure manager widget with more examples. Add two example structures `Au.cif` which is not a primitive cell and `Co.cif` which has spin-polarization turned on. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e8ec8d2
commit e756b97
Showing
4 changed files
with
84 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
#====================================================================== | ||
|
||
# CRYSTAL DATA | ||
|
||
#---------------------------------------------------------------------- | ||
|
||
data_VESTA_phase_1 | ||
|
||
|
||
_pd_phase_name 'Au ' | ||
_cell_length_a 4.17410 | ||
_cell_length_b 4.17410 | ||
_cell_length_c 4.17410 | ||
_cell_angle_alpha 90 | ||
_cell_angle_beta 90 | ||
_cell_angle_gamma 90 | ||
_symmetry_space_group_name_H-M 'P 1' | ||
_symmetry_Int_Tables_number 1 | ||
|
||
loop_ | ||
_symmetry_equiv_pos_as_xyz | ||
'x, y, z' | ||
|
||
loop_ | ||
_atom_site_label | ||
_atom_site_occupancy | ||
_atom_site_fract_x | ||
_atom_site_fract_y | ||
_atom_site_fract_z | ||
_atom_site_thermal_displace_type | ||
_atom_site_B_iso_or_equiv | ||
_atom_site_type_symbol | ||
Au1 1.0 0 0 0 Biso 1.000 Au | ||
Au2 1.0 0 0.50000 0.50000 Biso 1.000 Au | ||
Au3 1.0 0.50000 0 0.50000 Biso 1.000 Au | ||
Au4 1.0 0.50000 0.50000 0 Biso 1.000 Au |
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,34 @@ | ||
#====================================================================== | ||
|
||
# CRYSTAL DATA | ||
|
||
#---------------------------------------------------------------------- | ||
|
||
data_VESTA_phase_1 | ||
|
||
|
||
_pd_phase_name 'Co ' | ||
_cell_length_a 2.49680 | ||
_cell_length_b 2.49680 | ||
_cell_length_c 4.03081 | ||
_cell_angle_alpha 90 | ||
_cell_angle_beta 90 | ||
_cell_angle_gamma 60.00000 | ||
_symmetry_space_group_name_H-M 'P 1' | ||
_symmetry_Int_Tables_number 1 | ||
|
||
loop_ | ||
_symmetry_equiv_pos_as_xyz | ||
'x, y, z' | ||
|
||
loop_ | ||
_atom_site_label | ||
_atom_site_occupancy | ||
_atom_site_fract_x | ||
_atom_site_fract_y | ||
_atom_site_fract_z | ||
_atom_site_thermal_displace_type | ||
_atom_site_B_iso_or_equiv | ||
_atom_site_type_symbol | ||
Co1 1.0 0 0 0 Biso 1.000 Co | ||
Co2 1.0 0.33333 0.33333 0.50000 Biso 1.000 Co |
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