bartiq
Bartiq
파일 탐색기
- devcontainer.json
- Dockerfile
- bug_report.md
- feature_request.md
- build.yaml
- lint_pr_title.yaml
- quality_checks.yaml
- release.yaml
- pull_request_template.md
- release-please.yml
- logo.png
- logo_white.png
- compilation.md
- data_format.md
- evaluation.md
- rewriters.md
- symbolics.md
- alias_sampling_basic.json
- basic_example.json
- compilation_example.yaml
- double_factorization_compiled.yaml
- alias_sampling_paper.png
- basic_children.png
- basic_compiled.png
- basic_example.png
- basic_uncompiled.png
- compilation_example.png
- usp.png
- config.js
- 01_intro_to_bartiq.ipynb
- 02_algorithmic_intro.ipynb
- 03_bottleneck_analysis.ipynb
- 04_rewriters.ipynb
- 05_hyperparameter_optimization.ipynb
- alias_sampling_example.yaml
- double_factorization_compiled.yaml
- README.md
- 01_basic_example.ipynb
- 02_alias_sampling_basic.ipynb
- 03_advanced_examples.ipynb
- 04_rewriters.ipynb
- alias_sampling.png
- index.md
- index.md
- installation.md
- limitations.md
- psidocs.css
- reference.md
- troubleshooting.md
- __init__.py
- expression.py
- routine_rewriter.py
- sympy_expression.py
- utils.py
- __init__.py
- decompose_resources.py
- optimization.py
- __init__.py
- _common.py
- _compile.py
- _evaluate.py
- derived_resources.py
- postprocessing.py
- preprocessing.py
- __init__.py
- routine_explorer.py
- __init__.py
- latex.py
- __init__.py
- ast_parser.py
- backend.py
- interpreter.py
- sympy_backend.py
- sympy_interpreter.py
- sympy_serializer.py
- __init__.py
- _routine.py
- errors.py
- py.typed
- repetitions.py
- transform.py
- verification.py
- visualizations.py
- __init__.py
- basic_rewriter_tests.py
- test_routine_rewriter.py
- test_sympy_rewriter.py
- test_utils.py
- __init__.py
- test_decompose_resources.py
- test_optimization.py
- first_pass.yaml
- general.yaml
- passthroughs.yaml
- ports_and_topology.yaml
- repetitions.yaml
- transitive_resources.yaml
- constants.yaml
- general.yaml
- df_qref.yaml
- highwater.yaml
- __init__.py
- test_compile.py
- test_derived_resources.py
- test_evaluate.py
- test_postprocessing.py
- test_preprocessing.py
- test_repetitions.py
- invalid_repetitions.yaml
- test_latex.py
- test_ast_parser.py
- test_interpreter.py
- test_sympy_backend.py
- test_sympy_interpreter.py
- test_sympy_serializer.py
- __init__.py
- conftest.py
- test_qref_conversion.py
- test_routine.py
- test_transform.py
- test_verification.py
- test_visualizations.py
- utilities.py
- .coveragerc
- .dockerignore
- .flake8
- .gitignore
- .pre-commit-config.yaml
- .release-please-manifest.json
- AGENTS.md
- CHANGELOG.md
- commitlint.config.js
- LICENSE
- mkdocs.yml
- poetry.lock
- pyproject.toml
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pip install
설명 보기 ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
