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.
This PR adds a few minor improvements to the plotting functionalities of
CarrierCapture.jl
:Adds the
wf_sampling_rate
option; for reducing the number of vibrational states plotted in the CC PESs. This makes them easier to visualise, and greatly reduces the output image file size and times to generate plots (often quite slow).Adds the
alpha
option, to adjust the opacity of the vibrational states to improve visualisation.Adds the
linealpha
option, to adjust the opacity of the PES lines and datapoints.These are particularly useful when plotting some metastable PES states alongside, for instance. Example:
get_eig.py
script to clean up a little, improve visualisation by changing the colours (blue = occupied, orange = unoccupied and green = partially occupied, following the format of the eigenvalue plots indoped
, and automatically save the plot to file: