-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
5,355 additions
and
8,969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# Information about all exercises in the file gradientmethods.do.txt. | ||
# The information can be loaded into a Python list of dicts by | ||
# | ||
# f = open('.gradientmethods.exerinfo', 'r') | ||
# exer = eval(f.read()) | ||
# | ||
[{'ans_docend': '', | ||
'answer': '', | ||
'chapter_exercise': None, | ||
'chapter_no': None, | ||
'chapter_title': None, | ||
'chapter_type': None, | ||
'closing_remarks': '', | ||
'file': None, | ||
'heading': '=====', | ||
'hints': [], | ||
'keywords': None, | ||
'label': None, | ||
'no': 1, | ||
'sol_docend': '', | ||
'solution': '', | ||
'solution_file': None, | ||
'subex': [{'ans_docend': '', | ||
'answer': '', | ||
'file': None, | ||
'hints': [], | ||
'sol_docend': '', | ||
'solution': '', | ||
'text': 'Derive the local energy for the harmonic oscillator in ' | ||
'one dimension and find its expectation value.'}, | ||
{'ans_docend': '', | ||
'answer': '', | ||
'file': None, | ||
'hints': [], | ||
'sol_docend': '', | ||
'solution': '', | ||
'text': 'Show also that the optimal value of optimal $\\alpha=1$'}, | ||
{'aftertext': '\n\n', | ||
'ans_docend': '', | ||
'answer': '', | ||
'file': None, | ||
'hints': [], | ||
'sol_docend': '', | ||
'solution': '', | ||
'text': 'Repeat the above steps in two dimensions for $N$ bosons ' | ||
'or electrons. What is the optimal value of $\\alpha$?'}], | ||
'text': '', | ||
'title': 'Find the local energy for the harmonic oscillator', | ||
'type': 'Exercise', | ||
'type_visible': True}, | ||
{'ans_docend': '', | ||
'answer': '', | ||
'chapter_exercise': None, | ||
'chapter_no': None, | ||
'chapter_title': None, | ||
'chapter_type': None, | ||
'closing_remarks': '', | ||
'file': None, | ||
'heading': '=====', | ||
'hints': [], | ||
'keywords': None, | ||
'label': None, | ||
'no': 2, | ||
'sol_docend': '', | ||
'solution': '', | ||
'solution_file': None, | ||
'subex': [{'ans_docend': '', | ||
'answer': '', | ||
'file': None, | ||
'hints': [], | ||
'sol_docend': '', | ||
'solution': '', | ||
'text': 'Show that \n' | ||
'!bt\n' | ||
'\\[\n' | ||
'\\bar{E}_{\\alpha} = 2\\left( \\langle ' | ||
'\\frac{\\bar{\\psi}_{\\alpha}}{\\psi[\\alpha]}E_L[\\alpha]\\rangle ' | ||
'-\\langle ' | ||
'\\frac{\\bar{\\psi}_{\\alpha}}{\\psi[\\alpha]}\\rangle\\langle ' | ||
'E_L[\\alpha] \\rangle\\right).\n' | ||
'\\]\n' | ||
'\n' | ||
'!et'}, | ||
{'aftertext': '\n\n\n\n', | ||
'ans_docend': '', | ||
'answer': '', | ||
'file': None, | ||
'hints': [], | ||
'sol_docend': '', | ||
'solution': '', | ||
'text': 'Find the corresponding expression for the variance.'}], | ||
'text': '', | ||
'title': 'General expression for the derivative of the energy', | ||
'type': 'Exercise', | ||
'type_visible': True}] |
20 changes: 0 additions & 20 deletions
20
...ct/_minted-vmcdmc/0B63719AAD9E49AF7EF7FFE3AECC7E62FC31B79DA9F0D8F9F74999A6E90B94BD.pygtex
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...ct/_minted-vmcdmc/2759D460BC1EDB1E754046E0C0736210FC31B79DA9F0D8F9F74999A6E90B94BD.pygtex
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.