-
Updated
Apr 25, 2021 - C++
computational-physics
Here are 306 public repositories matching this topic...
-
Updated
Jul 31, 2021 - C++
-
Updated
Jul 29, 2021 - C++
-
Updated
Jan 16, 2020 - C++
-
Updated
Aug 24, 2019 - Python
-
Updated
Jul 12, 2021 - Python
-
Updated
Jul 23, 2021 - Python
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Jul 28, 2021 - Python
-
Updated
May 26, 2021 - Jupyter Notebook
-
Updated
Jul 25, 2021 - C++
-
Updated
Mar 4, 2020 - Python
-
Updated
Jun 16, 2021
-
Updated
Jan 27, 2021 - Python
-
Updated
Jul 30, 2021 - Python
-
Updated
Nov 18, 2020 - C++
-
Updated
Feb 8, 2021 - C++
-
Updated
Jun 12, 2021 - C
-
Updated
Jul 29, 2021 - C++
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Dec 19, 2020 - Jupyter Notebook
-
Updated
Jun 14, 2021 - Python
-
Updated
Jul 24, 2021 - C++
-
Updated
Feb 23, 2021 - C++
- Split the EC Dataset into three datasets
- Implement the Normalization Condition as a new designed Boundary Condition (https://pytorch.org/docs/stable/generated/torch.trapz.html) could make things easier
- Integrate the new normalization condition into the PINN loss calculation
- Switch from x,y,t representation to a single tensor that represents all cases
- Integrate t
-
Updated
Apr 7, 2019 - Fortran
-
Updated
Jul 20, 2021 - Python
Currently the marker size for the particles in the mpl plots is deteremined based on the size of the simulation cell. However, with the release 1.1, it is now possible to change the forcefield and the values of A and B, therefore requiring the particle marker size to scale with both the simulation cell size and the nature of the potential model.
I reckon it is best to have the marker size be d
-
Updated
Mar 28, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the computational-physics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computational-physics topic, visit your repo's landing page and select "manage topics."
Many of Freud's unit tests currently implement
for
loops to test various combinations of input parameters. For example, test_diffraction_DiffractionPattern.py currently includes:in the test for diffraction peaks in a simple cubic system.
With `@pytest.mark.paramet