You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Video lessons from the 2023 School are available
22
22
23
23
The full recordings, both of theoretical lectures, tutorials and Hands-on sessions can be found
24
-
in our youtube channel `SSCHAcode <https://www.youtube.com/@SSCHAcode>`_
24
+
in our youtube channel [SSCHAcode](https://www.youtube.com/@SSCHAcode>)
25
25
26
26
This is the safest and best way to install the SSCHA. The first line creates a new pristine python environment with all the required libraries to compile the source code. The second line activates the newly installed environment. Then, the thrid command installs the additional dependencies, the last line compiles and install the SSCHA code.
27
27
@@ -67,17 +67,17 @@ If you use anaconda, they are automatically installed.
67
67
68
68
The SSCHA code is a collection of 3 python packages: CellConstructor, python-sscha and tdscha.
69
69
70
-
-`CellConstructor <https://github.com/SSCHAcode/CellConstructor>`_ : utility to manage phonon dispersions, atomic structures and crystal symmetries
71
-
-`sscha <https://github.com/SSCHAcode/python-sscha>`_ : This repository, relax with anharmonicity and compute static linear response properties.
72
-
-`tdscha<https://github.com/SSCHAcode/tdscha>`_ : Compute the dynamical linear response (Raman and IR, spectral functions)
70
+
-[CellConstructor](https://github.com/SSCHAcode/CellConstructor>): utility to manage phonon dispersions, atomic structures and crystal symmetries
71
+
-[sscha](https://github.com/SSCHAcode/python-sscha>) : This repository, relax with anharmonicity and compute static linear response properties.
72
+
-[tdscha](<https://github.com/SSCHAcode/tdscha>) : Compute the dynamical linear response (Raman and IR, spectral functions)
73
73
74
-
More details about installations are in the official website `www.sscha.eu <https://sscha.eu/download>`_
74
+
More details about installations are in the official website [www.sscha.eu](https://sscha.eu/download>)
75
75
76
76
## Install with Anaconda
77
77
78
78
79
79
The easiest way to install the code is through anaconda.
80
-
First make sure you have anaconda installed `(install anaconda) <https://www.anaconda.com/download>`_
80
+
First make sure you have anaconda installed [(install anaconda)](https://www.anaconda.com/download>)
81
81
82
82
The following commands are sufficient to install the full sscha suite and its dependencies.
0 commit comments