-
Notifications
You must be signed in to change notification settings - Fork 15
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
25 changed files
with
69,727 additions
and
9,131 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,14 @@ | ||
# Examples | ||
|
||
In this folder you can find some practical examples using *thermocepstrum* to compute the thermal conductivity of a system. | ||
|
||
* the `data` folder contains the trajectories, obtained from classical NVE molecular dynamic simulations, of a silica and a molten NaCl system, that are analysed in the examples. | ||
|
||
#### Jupyter notebook examples | ||
These examples show how to use the thermocepstrum package in a Python script, step by step, to analyse a time series and perform cepstral analysis. Some of the tools and plot functions of the code are presented. | ||
* `example_cepstrum_singlecomp_silica.ipynb`: analysis of solid amorphous silica, a one-component system. | ||
* `example_cepstrum_doublecomp_NaCl.ipynb`: analysis of molten NaCl, a two-component system. | ||
|
||
#### Command line examples | ||
These examples show how to use the command line program `analysis.py` to perform cepstral analysis in a straightforward. This is an expedient tool to analyse a time series using predefined parameters. Results are produced in the form of numerous text/binary files and pdf plots. | ||
* `example_commandline_NaCl`: analysis of molten NaCl, a two-component system. |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.