Skip to content
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

Molpro output parser #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Molpro output parser #38

wants to merge 4 commits into from

Conversation

zhaiyusci
Copy link

In this pull request, Molpro output parser is contributed, which can be used to read out put from Molpro 2012.

This contribute is the first trial to solve #37 .

Yu Zhai added 2 commits August 19, 2020 22:07
I can already use this version.
Signed-off-by: Yu Zhai <me@zhaiyusci.net>
@tovrstra
Copy link
Member

@zhaiyusci Thanks! I'll take a closer look later.

@tovrstra tovrstra self-requested a review August 21, 2020 07:02
@tovrstra
Copy link
Member

There are some trailing whitespaces in your commits. Can you run the following in the source tree to remove them?

wget https://raw.githubusercontent.com/tovrstra/devscripts/master/scripts/ds-normalize-code -O ~/ds-normalize-code
chmod +x ~/ds-normalize-code
~/ds-normalize-code

This is a bit clumsy, but it should work. The same script is used to check for trailing white spaces on Travis. (See https://travis-ci.com/github/molmod/tamkin/jobs/384495308#L1670) Thanks!

@codecov-commenter
Copy link

Codecov Report

Merging #38 into master will increase coverage by 0.13%.
The diff coverage is 98.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   84.44%   84.58%   +0.13%     
==========================================
  Files          31       32       +1     
  Lines        5259     5319      +60     
  Branches      941      953      +12     
==========================================
+ Hits         4441     4499      +58     
  Misses        563      563              
- Partials      255      257       +2     
Impacted Files Coverage Δ
tamkin/io/molpro.py 98.14% <98.14%> (ø)
tamkin/io/__init__.py 100.00% <100.00%> (ø)
tamkin/test/test_io.py 100.00% <100.00%> (ø)
tamkin/io/charmm.py 90.90% <0.00%> (-0.65%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 475bfee...ae28447. Read the comment docs.

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.

3 participants