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

SOF-7136: include hubbard_v properties #22

Merged
merged 2 commits into from
Dec 24, 2023
Merged

SOF-7136: include hubbard_v properties #22

merged 2 commits into from
Dec 24, 2023

Conversation

pranabdas
Copy link
Contributor

No description provided.

import { Property } from "../../property";

export class HubbardVProperty extends Property {
get values() {
Copy link
Member

Choose a reason for hiding this comment

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

We can define PropertyWithValues and just inherit all HubbardVProperty, VNN, U from it

return this.prop("values");
}
}
export { PropertyWithValues as HubbardUProperty } from "../../propery_with_values";
Copy link
Member

Choose a reason for hiding this comment

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

👍

@pranabdas pranabdas merged commit ddcd767 into main Dec 24, 2023
4 checks passed
@pranabdas pranabdas deleted the feat/SOF-7136 branch December 24, 2023 10:40
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