Skip to content

Momentum distributions from open path PIMD#29

Open
hbertschi wants to merge 11 commits intomainfrom
open_path
Open

Momentum distributions from open path PIMD#29
hbertschi wants to merge 11 commits intomainfrom
open_path

Conversation

@hbertschi
Copy link
Copy Markdown
Contributor

No description provided.

@hbertschi hbertschi requested a review from mahrossi October 23, 2025 12:29
@GeorgeTrenins GeorgeTrenins self-requested a review October 29, 2025 13:24
Copy link
Copy Markdown
Member

@GeorgeTrenins GeorgeTrenins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

take care of small-arg limits

'sphinx.ext.viewcode', # This allows linking or embedding source code
'sphinx_copybutton', # pip install sphinx-copybutton
'sphinx_new_tab_link'
#'sphinx_new_tab_link' # HB: have problems with importing this
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to pip install something - try to solve this and update requirements.txt

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually its is already in the requirements, I just didn't install the new requirements file. It works as it is.

function of delta (same length), is averaged over all qP_q1
distances
"""
D, q = np.meshgrid(np.asarray(delta), np.asarray(qP_q1))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implement the analytical D -> 0 limit. Optionally, consider the small qP_q1 limit as well

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D=0 and p=0 is implemented now. I don't really see the point of implementing qP_q1 = 0 as in practice during simulations one will never exactly encounter it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants