Skip to content

Commit 44e48db

Browse files
committed
update: add atomic constraints and j nb
1 parent 0ecd553 commit 44e48db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/components/NonScalarsList.js

Whitespace-only changes.

src/components/NonScalarsList.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ const PROPERTY_VIEWS = {
4747
[PropertyName.charge_density_profile]: TWO_DIMENSIONAL_PLOT,
4848
[PropertyName.average_potential_profile]: TWO_DIMENSIONAL_PLOT,
4949
[PropertyName.atomic_forces]: TENSOR,
50+
[PropertyName.atomic_constraints]: TENSOR,
5051
[PropertyName.stress_tensor]: TENSOR,
5152
[PropertyName.magnetic_moments]: TENSOR,
5253
[PropertyName.final_structure]: { component: Structure, size: LARGE },
5354
[PropertyName.total_energy_contributions]: { component: OneLevelObject, size: LARGE },
55+
[PropertyName.jupyter_notebook_endpoint]: { component: OneLevelObject, size: LARGE },
5456
[PropertyName.band_gaps]: { component: BandGaps, size: LARGE },
5557
[PropertyName.file_content]: { component: FileContent, size: SMALL },
5658
[PropertyName.dielectric_tensor]: { component: DielectricTensor, size: LARGE },

0 commit comments

Comments
 (0)