Skip to content

Commit

Permalink
minor test
Browse files Browse the repository at this point in the history
testing direct editing
  • Loading branch information
pekkosk committed Dec 14, 2015
1 parent b3021cd commit 477c3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotbit/aseinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def greetings(self):
print>>self.txt, ', %s-points=%i, M=%.f' %(rs,kpts[i],M[i])
print>>self.txt, 'Electronic temperature:', self.width*Hartree,'eV'
mixer = self.st.solver.mixer
print>>self.txt, 'Mixer:', mixer.get('name'), 'with memory =', mixer.get('memory'), ', mixing constant =', mixer.get('beta')
print>>self.txt, 'Mixer:', mixer.get('name'), 'with memory =', mixer.get('memory'), ', mixing parameter =', mixer.get('beta')
print>>self.txt, self.el.greetings()
print>>self.txt, self.ia.greetings()
print>>self.txt, self.rep.greetings()
Expand Down

0 comments on commit 477c3f1

Please sign in to comment.