Skip to content

Commit

Permalink
feat: Add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Feb 13, 2025
1 parent 09aa708 commit fdcfa8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/landing-page/DemonstratorChooser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const DemonstratorChooser = (props: GridProps) => (
new={true}
href="demonstrate/MoleculeEnergySimulator"
title="Molecule Energy Simulator"
description=""
description="This demonstrator will compute the ground state energy for a given molecule using VQE algorithm."
/>
</GridItem>
</Grid>
Expand Down
5 changes: 4 additions & 1 deletion src/pages/demonstrate/MoleculeEnergySimulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ const MoleculeEnergySimulator: NextPage = () => {
return (
<Layout>
<Heading as="h1">Molecule Energy Simulator</Heading>
<Text color="text" align="justify"></Text>
<Text color="text" align="justify">
This demonstrator will compute the ground state energy for a given
molecule using VQE algorithm. The molecule input is given in XYZ Format.
</Text>

<Demonstrator
demonstratorId="edu.kit.provideq.toolbox.demonstrators.MoleculeEnergySimulator"
Expand Down

0 comments on commit fdcfa8a

Please sign in to comment.