User Interface for the QuAntiL Environment supporting
A detailed user guide and documentation can be found here.
For running the UI with all its backend components, visit quantil-docker.
The UI was generated with Angular CLI version 9.0.2.
Run ng serve
for a dev server. Navigate to http://localhost:4210. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To update all files generated by the OpenAPI code generation, run npm run gen-[atlas|patternatlas|nisq|latex|qprov]
(for example: npm run gen-atlas
to generate the code for the QC-Atlas Backend) or use npm run gen
to generate the code for all backends.
Please make sure to run npm run postgen
to reformat the files before commiting them.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
When encountering
ERROR in ./node_modules/js-sha256/src/sha256.js
Module not found: Error: Recursion in resolving
go to ./node_modules/js-sha256/src/sha256.js and comment out the line
var AMD = typeof define === 'function' && define.amd;
Current development is supported by the Federal Ministry for Economic Affairs and Energy as part of the PlanQK project (01MK20005N) and the DFG’s Excellence Initiative project SimTech (EXC 2075 - 390740016).
Dies ist ein Forschungsprototyp. Die Haftung für entgangenen Gewinn, Produktionsausfall, Betriebsunterbrechung, entgangene Nutzungen, Verlust von Daten und Informationen, Finanzierungsaufwendungen sowie sonstige Vermögens- und Folgeschäden ist, außer in Fällen von grober Fahrlässigkeit, Vorsatz und Personenschäden, ausgeschlossen.
Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
SPDX-License-Identifier: Apache-2.0