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

Adding spin and charge properties to dft data #3355

Merged
merged 15 commits into from
Apr 19, 2023
Merged

Conversation

advikavs
Copy link
Contributor

Description

Adding spin and charge properties to dft data

Copy link
Member

@rbharath rbharath left a comment

Choose a reason for hiding this comment

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

Documenting offline discussion, there is a failure in the DQC tests that we need to check out as well

@@ -161,7 +168,7 @@ def get_true_val(self) -> np.ndarray:
return np.array(0)

@abstractmethod
def get_val(self, qcs: List[KSCalc]) -> np.ndarray:
Copy link
Member

Choose a reason for hiding this comment

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

Can you add this back in?

@@ -3,6 +3,7 @@
has_dqc = True
except ModuleNotFoundError:
has_dqc = False
pass
Copy link
Member

Choose a reason for hiding this comment

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

Do we need this?

deepchem/feat/dft_data.py Show resolved Hide resolved
Copy link
Member

@rbharath rbharath left a comment

Choose a reason for hiding this comment

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

LGTM

@advikavs Let's figure out the dqc doctest failure issue in a follow-up PR

@rbharath rbharath merged commit 3ebbd08 into deepchem:master Apr 19, 2023
23 of 33 checks passed
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.

None yet

2 participants