-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
Write Tutorial 02 part 2: ELC system with dielectric boundaries #3955
Comments
please add some details why and how |
Part 1 was changed to charged rod. The crystal stuff was not kept since there were issues with it (@schlaicha)
The 2nd part still deals with crystal stuff
|
I think the general point that should be clarified is if
or
In the current state part 1 contains a lot of physics and simply uses P3M whereas part 2 is intended as a show case that can use many of the special electrostatics algorithms (ICC, ELC, ...). With @christophlohrmann we started to work on this. I agree that the current splitting of part 1 and part 2 is arbitrarily/artificial but unless the points above are clarified I would not work further on this specific problem. Note that the clarification concerns also most of the other tutorials. |
@areinauer. Part 2 will be small number of ion pairs with dielectric boundaries and elc. |
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
Fixes #3955 Description of changes: - Write new tutorial on ICC/ELC/ELC-IC
No description provided.
The text was updated successfully, but these errors were encountered: