flipdazed / Hybrid-Monte-Carlo

Used in Deep Machine Learning and Lattice Quantum Chromodynamics
5 stars 3 forks source link

1D Lattice Structure with indices #23

Closed flipdazed closed 8 years ago

flipdazed commented 8 years ago

Issue A tensor format was adopted early on as initial structures were 2D and the thought was that operations might be non-local e.g. Einstein summation across nd-tensors

This is not the case in fact all operations are local and only depend on the neighbours and periodic boundaries so a 1D array suffices and operations need not be more complex across non local neighbours save the trivial boundary conditions

Resolution

Places with Periodic_Lattice references

flipdazed commented 8 years ago

done lattice.py and tested with test_lattice

flipdazed commented 8 years ago

done dynamics.py and tested with test_dynamics

flipdazed commented 8 years ago

done test_potentials

flipdazed commented 8 years ago

done hmc.Hybrid_Monte_Carlo.__init__()

flipdazed commented 8 years ago

done all but results

flipdazed commented 8 years ago

done results