forked from stepan-srsen/PyNEAppLES
-
Notifications
You must be signed in to change notification settings - Fork 2
Integrate changes from the group project #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
danielhollas
wants to merge
48
commits into
main
Choose a base branch
from
students
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
improve readme slightly xx
Co-authored-by: Felix Mac-Fall <[email protected]>
…ote that repre_sample_1D.py is also dependant on calc_spectrum_v2.py where repre_sample_2D.py is not.
Update repre_sample_2D.py
Added UV autoinstall dependencies for all remaining python scripts, n…
* Updated the directory path for the module * Updated the directory path for the module * Updated the directory path for the module --------- Co-authored-by: Felix Mac-Fall <[email protected]>
* Updated the directory path for the module * Updated the directory path for the module * Updated the directory path for the module * Added function to represample for direct reading, tested this in module_call.py using code to randomly generate data. Geomreduction produced output' --------- Co-authored-by: Felix Mac-Fall <[email protected]>
…ly with TDM x,y,z inputs
Removed generated files, and adjusted the package to function correctly
added comments to fully cover read_file_directly and Module_call
* Changed names and fixed naming conflicts * Basic cleanup and added acetoaldehyde molecular data * Cleaned up more * Added harmonic_samples and optfreq_mpq to acetaldehyde
* Changed the toml and way the module was called. Made sure file structuring is clean * Delete acetaldehyde/acetaldehyde.json:Zone.Identifier Not necessary * Delete uv.lock Again, not necessary * Delete acetaldehyde.json There is already a copy in acetaldehyde folder * Implemented optional dev dependencies into the toml and rebased * Ignored uv.lock --------- Co-authored-by: Fel1-x <[email protected]>
* small pytest that checks the correct amount of configurations in the subset are made, and creates random transition dipole moment components * small pytest that checks the correct amount of configurations in the subset are made, and creates random transition dipole moment components. * moved pytest into tests file * Delete test_module_call.py --------- Co-authored-by: Fel1-x <[email protected]>
* added pytest to the ci file * added workflows file, moved ci.yml inside in order to automatically run * removed src. from calling function in the pytest * Delete .github/ci.yml duplicated file
* added pytest to the ci file * added workflows file, moved ci.yml inside in order to automatically run * removed src. from calling function in the pytest * Delete .github/ci.yml duplicated file * tests for reduce geoms function and read data direct * Testing the github pytesting
* Added all authors to toml, overhauled README.md * Fixed commas in toml
Added a detailed description of what is contained in the acetaldehyde folder
Just a small tweak to README.md wording
Added a link to harmonwig repo
* added a new method to represample where oscillator strengths can be used directly * cleaned up rep_resampler, ensuring eV units are used and constants are defined. * Update src/pyneapples/rep_sampler_2d.py Co-authored-by: Daniel Hollas <[email protected]> --------- Co-authored-by: Daniel Hollas <[email protected]>
* added pytest to the ci file * added workflows file, moved ci.yml inside in order to automatically run * removed src. from calling function in the pytest * Delete .github/ci.yml duplicated file * tests for reduce geoms function and read data direct * Testing the github pytesting * Added pytest which verifies the read_data_direct_osc function correctly runs, computing the transition dipole moments and weights * Added pytest which verifies the read_data_direct_osc function correctly runs, computing the transition dipole moments and weights
… harmonwig .xyz file (#35)
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.
WIP integrating changes from https://github.com/hamruu/PyNEAppLES_GroupProj