File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 40
40
AbsorptionSpectrum ,
41
41
XASSpectrum ,
42
42
Permittivity ,
43
+ TotalEnergy
43
44
)
44
45
45
46
@@ -110,6 +111,8 @@ class Outputs(ArchiveSection):
110
111
111
112
xas_spectra = SubSection (sub_section = XASSpectrum .m_def , repeats = True )
112
113
114
+ total_energy = SubSection (SubSection = TotalEnergy .m_def , repeats = True )
115
+
113
116
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
114
117
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
115
118
Original file line number Diff line number Diff line change 16
16
# See the License for the specific language governing permissions and
17
17
# limitations under the License.
18
18
19
- from .energies import FermiLevel , ChemicalPotential
19
+ from .energies import FermiLevel , ChemicalPotential , TotalEnergy
20
20
from .band_gap import ElectronicBandGap
21
21
from .spectral_profile import (
22
22
SpectralProfile ,
You can’t perform that action at this time.
0 commit comments