Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPorter committed Mar 31, 2020
1 parent 5b33200 commit f3f17da
Show file tree
Hide file tree
Showing 20 changed files with 2,711 additions and 291 deletions.
37 changes: 37 additions & 0 deletions Dans_Diffraction/Structures/README.md
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/)
Loading

0 comments on commit f3f17da

Please sign in to comment.