Change in code

This commit is contained in:
mhjensen
2018-05-18 06:26:37 -04:00
parent f459b195f4
commit 478a606bab
+1 -3
View File
@@ -1,6 +1,4 @@
# Program to test the Metropolis algorithm with one particle at given temp in
# one dimension
#!/usr/bin/env python
# Program to test the Metropolis algorithm with one particle at given temp in one dimension
import numpy as np
import matplotlib.mlab as mlab
import matplotlib.pyplot as plt