Skip to content

Comments

SOF-7776 Update: add WFN property #151

Merged
VsevolodX merged 13 commits intomainfrom
feature/SOF-7776
Jan 23, 2026
Merged

SOF-7776 Update: add WFN property #151
VsevolodX merged 13 commits intomainfrom
feature/SOF-7776

Conversation

@VsevolodX
Copy link
Member

No description provided.

return self.txt_parser.potential_profile(self._get_file_content(self._get_esm_file()))

def wavefunction_amplitude(self):
return self.txt_parser.wavefunction_amplitude(self._get_file_content(self._get_wavefunction_file()))
Copy link
Member

Choose a reason for hiding this comment

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

We need to multiply by alat_to_angstrom

def wavefunction_amplitude(self):
return self.txt_parser.wavefunction_amplitude(self._get_file_content(self._get_wavefunction_file()))
data = self.txt_parser.wavefunction_amplitude(self._get_file_content(self._get_wavefunction_file()))
lattice = self.xml_parser.final_lattice_vectors()
Copy link
Member

Choose a reason for hiding this comment

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

Can be just self.final_lattice_vectors


def wavefunction_amplitude(self):
return self.txt_parser.wavefunction_amplitude(self._get_file_content(self._get_wavefunction_file()))
data = self.txt_parser.wavefunction_amplitude(self._get_file_content(self._get_wavefunction_file()))
Copy link
Member

Choose a reason for hiding this comment

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

Let's explain what's happening here

@VsevolodX VsevolodX merged commit e11ec08 into main Jan 23, 2026
5 checks passed
@VsevolodX VsevolodX deleted the feature/SOF-7776 branch January 23, 2026 19:18
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