We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Indicate difficulty level
Sorry, something went wrong.
remove numbering
Tutorials maintenance (#3993)
6f3239e
Description of changes: - remove crystallization tutorial (partial fix for #3955, closes #3820) - remove tutorial numbers and indicate difficulty level (fixes #3959) - resolve issues in tutorial LJ (fixes #3934) - create a tool to simplify editing exercise2 notebooks by temporarily converting solution markdown cells to executable code cells (fixes #3930) and apply pep8 formatting ```sh # convert solution cells to code cells ./pypresso doc/tutorials/convert.py exercise2 --to-py doc/tutorials/lennard_jones/lennard_jones.ipynb # edit the notebook ./ipypresso notebook # convert solution cells back to markdown cells ./pypresso doc/tutorials/convert.py exercise2 --to-md doc/tutorials/lennard_jones/lennard_jones.ipynb # apply autopep formatting rules ./pypresso doc/tutorials/convert.py exercise2 --pep8 doc/tutorials/lennard_jones/lennard_jones.ipynb ``` - implement an autocorrelation function `espressomd.analyze.autocorrelation()` to calculate the ACF of 1-dimensional and 2-dimensional data
jngrad
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: