Pull Request for all Updates#1
Open
skyward27 wants to merge 23 commits into
Open
Conversation
… of nuclear spin isomers in uVT and NVT ensembles if quantum rotation calculations are active. Most of this code has been latent for some time but the actual move type and observables have now been tested. There is a "spin flip" move type which alters an integer state on a randomly chosen molecule. This flag flips between either "para" or "ortho". After calculation of the rotational eigenstates, a molecular partition function is calculated by direct summation over states BUT only includes the states of the same symmetry (g for symmetric states for para, or u for antisymmetric states for ortho). The spin flip move is accepted based upon Metropolis criteria that weights these molecular partition functions (in addition to the usual energy change). Convergence to the classical limit of 3:1 ortho:para is a bit problematic since the number of eigenstates is quite small (for numerical efficiency, typically not summing over more than 10 energy levels) but for temperatures less than the characteristic rotational temperature it seems to work.
…n energy function
…gram file output change for easier VMD reading.
…ove other mixing rules, set damp_dispersion default on, add phahst synonym
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates include all changes made to original c repository.