Skip to content

efp: start pylibefp interface#144

Open
loriab wants to merge 4 commits intoMolSSI:masterfrom
loriab:pylibefp
Open

efp: start pylibefp interface#144
loriab wants to merge 4 commits intoMolSSI:masterfrom
loriab:pylibefp

Conversation

@loriab
Copy link
Copy Markdown
Collaborator

@loriab loriab commented Aug 28, 2019

  • this one test passes but not ready for merging

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 28, 2019

Codecov Report

Merging #144 into master will increase coverage by 0.68%.
The diff coverage is 92.53%.


_defaults = {
"name": "PylibEFP",
"scratch": False,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This is probably thread safe?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

all in memory and all functions acting on same struct instance, so yes.

import qcengine as qcng
from qcengine.testing import using_pylibefp

b2a = 0.529177
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I assume efp uses its own conversion? Can we add a comment here about that.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I'll look it up, but this particular one is just to get the geometry in with both round numbers and to match the answers taken from libefp test suite. outputs are all in Eh, a0. So this conversion isn't a broad concern.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Makes sense. Should be fine as long as we note 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