The Wayback Machine - https://web.archive.org/web/20210731151846/https://github.com/topics/computational-physics
Skip to content
#

computational-physics

Here are 306 public repositories matching this topic...

freud
andkerr
andkerr commented Jul 9, 2021

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:

for grid_size in (256, 1024):
    for output_size in (255, 256, 1023, 1024):
          for zoom in (1, 2.5, 4.123):

in the test for diffraction peaks in a simple cubic system.

With `@pytest.mark.paramet

StillerPatrick
StillerPatrick commented Mar 4, 2021
  • 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
arm61
arm61 commented Aug 26, 2018

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

Improve this page

Add a description, image, and links to the computational-physics topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more