-- full integration with mol-edit backend
-- added readme
-- added vqe local_computational
This commit is contained in:
2026-05-25 19:17:04 +03:00
parent 76fe1c4294
commit c5ece3ff37
16 changed files with 1134 additions and 163 deletions

View File

@@ -1,6 +1,6 @@
<!-- index.html -->
<!doctype html>
<html>
<html style="height: 100%">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -9,8 +9,6 @@
margin: 0;
padding: 0;
box-sizing: border-box;
background: none;
background-color: var(--mantine-color-secondary);
}
body {
font-family:
@@ -19,7 +17,7 @@
}
</style>
</head>
<body>
<body style="background-color: transparent !important; height: 100%">
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>