forked from DanPorter/Dans_Diffraction
-
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.
- Loading branch information
Showing
20 changed files
with
2,711 additions
and
291 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Dans_Diffraction | ||
## Structure Files | ||
A selection of CIF and mCIF files for use as examples in Dans_Diffraction. | ||
|
||
Structure files are from a range of sources including online databases, publications and many are generated by the | ||
author using a range of software. Most of the structures are in no way related to the author and are provided as | ||
useful examples. | ||
|
||
### Instructions | ||
```text | ||
$ ipython -i -m Dans_Diffraction | ||
``` | ||
|
||
```python | ||
>> import Dans_Diffraction as dif | ||
>> print(dif.structure_list.list) # display all available files | ||
>> xtl = dif.structure_list.Diamond() # create crystal object | ||
>> xtl.info() # print Crystal structure parameters | ||
``` | ||
|
||
Full code documentation available [here](https://danporter.github.io/Dans_Diffraction/). | ||
|
||
For comments, queries or bugs - email [email protected] | ||
|
||
### CIF & mCIF | ||
Crystallographic Information Files (CIF) are the standard definition of crystalline structures used in crystallography. | ||
A variant on these, mCIF, are used to define magnetic structures. | ||
|
||
### Datasources | ||
The files are downloaded or generated from a range of data sources, for example: | ||
|
||
* [ICSD](https://icsd.products.fiz-karlsruhe.de/) | ||
* [AMCSD](http://rruff.geo.arizona.edu/AMS/amcsd.php) | ||
* [MAGNDATA](http://webbdcrista1.ehu.es/magndata/) | ||
* [ISODISTORT](https://stokes.byu.edu/iso/isodistort.php) | ||
* [Jana2006](http://www-xray.fzu.cz/jana/jana.html) | ||
* [Vesta](http://jp-minerals.org/vesta/en/) |
Oops, something went wrong.