Skip to content

Commit e450919

Browse files
committed
README.md format update
1 parent a97caf8 commit e450919

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
airsspy
22
---------
3+
34
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zhubonan/airsspy/HEAD)
45

56
A package to help working with the Ab initio Random Structure Searching ([AIRSS](https://www.mtg.msm.cam.ac.uk/Codes/AIRSS))
@@ -25,11 +26,13 @@ What this does
2526

2627
Try interactively
2728
-----------------
29+
2830
Interactive jupyter notebook examples can be found in the `examples` folder.
2931
Click the *binder* badge above to launch these examples in a pre-built environment and try it in your browser!
3032

3133
Dependences
3234
-----------
35+
3336
* [ase](https://wiki.fysik.dtu.dk/ase/): The atomic simulation environment
3437
* [castepinput](https://gitlab.com/bz1/castepinput): A light weight writer/reader for the input files of [CASTEP](www.caste.org).
3538

@@ -92,6 +95,7 @@ random_atoms = seed.build_random_atoms()
9295

9396
Limitations
9497
-----------
98+
9599
Due to the lack of `timeout` argument of `Popen.communicate` in python 2.7,
96100
communication with the `buildcell` is not available. Hence, direct generation and
97101
retrieval of the random structure are not supported in python. However, it is

0 commit comments

Comments
 (0)