AtomicChargeCalculator
Atomic Charge Calculator II (ACC II) is an application for fast calculation of partial atomic charges.
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords
partial-atomic-charges
web-server
Last synced: 6 months ago
·
JSON representation
·
Repository
Atomic Charge Calculator II (ACC II) is an application for fast calculation of partial atomic charges.
Basic Info
- Host: GitHub
- Owner: sb-ncbr
- License: mit
- Language: Python
- Default Branch: master
- Homepage: https://acc2.ncbr.muni.cz
- Size: 23.2 MB
Statistics
- Stars: 14
- Watchers: 1
- Forks: 7
- Open Issues: 0
- Releases: 0
Topics
partial-atomic-charges
web-server
Created about 7 years ago
· Last pushed 7 months ago
Metadata Files
Readme
License
Citation
README.md
Atomic Charge Calculator II (ACC II) is an application for fast calculation of partial atomic charges.
The computations are carried by the ChargeFW2. It features 20 empirical methods along with parameters from literature.
How to cite
If you found Atomic Charge Calculator II helpful, please cite:
Owner
- Name: Structural bioinformatics research group at National Centre for Biomolecular Research
- Login: sb-ncbr
- Kind: organization
- Location: Czech Republic
- Website: https://www.sb-ncbr.cz/
- Repositories: 7
- Profile: https://github.com/sb-ncbr
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Atomic Charge Calculator II: web-based tool for the
calculation of partial atomic charges
message: >-
Please cite this software using the metadata from
'preferred-citation'.
type: software
authors:
- given-names: Tomáš
family-names: Raček
orcid: 'https://orcid.org/0000-0002-0296-2452'
- given-names: Ondřej
family-names: Schindler
orcid: 'https://orcid.org/0000-0002-9047-0334'
- given-names: Dominik
family-names: Toušek
- given-names: Vladimír
family-names: Horský
orcid: 'https://orcid.org/0000-0002-9252-5386'
- given-names: Karel
family-names: Berka
orcid: 'https://orcid.org/0000-0001-9472-2589'
- given-names: Jaroslav
family-names: Koča
orcid: 'https://orcid.org/0000-0002-2780-4901'
- given-names: Radka
family-names: Svobodová Vařeková
orcid: 'https://orcid.org/0000-0002-3840-8760'
keywords:
- partial atomic charges
- molecular structures
- non-QM charge calculation methods
- electrostatics
- chemoinformatics
license: MIT
preferred-citation:
authors:
- given-names: Tomáš
family-names: Raček
orcid: 'https://orcid.org/0000-0002-0296-2452'
- given-names: Ondřej
family-names: Schindler
orcid: 'https://orcid.org/0000-0002-9047-0334'
- given-names: Dominik
family-names: Toušek
- given-names: Vladimír
family-names: Horský
orcid: 'https://orcid.org/0000-0002-9252-5386'
- given-names: Karel
family-names: Berka
orcid: 'https://orcid.org/0000-0001-9472-2589'
- given-names: Jaroslav
family-names: Koča
orcid: 'https://orcid.org/0000-0002-2780-4901'
- given-names: Radka
family-names: Svobodová
orcid: 'https://orcid.org/0000-0002-3840-8760'
title: >-
Atomic Charge Calculator II: web-based tool for the calculation of partial
atomic charges
type: article
doi: 10.1093/nar/gkaa367
journal: Nucleic Acids Research
issue: W1
volume: 48
year: 2020
month: 7
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Dependencies
.github/workflows/backend.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
.github/workflows/deploy.yml
actions
- actions/checkout v4 composite
- appleboy/ssh-action v1 composite
.github/workflows/frontend.yml
actions
- actions/checkout v4 composite
- pnpm/action-setup v2 composite
src/deployment/docker-compose.override.yml
docker
src/deployment/docker-compose.prod.yml
docker
- nginx latest
src/deployment/docker-compose.yml
docker
- nginx latest
- postgres 17-alpine
src/frontend/Dockerfile
docker
- node 21.7.3 build
- node 21.7.3-slim build
src/frontend/acc2/package.json
npm
- @eslint/js ^9.17.0 development
- @tanstack/eslint-plugin-query ^5.66.0 development
- @types/lodash.merge ^4.6.9 development
- @types/node ^22.10.10 development
- @types/react ^19.0.8 development
- @types/react-dom ^19.0.3 development
- @vitejs/plugin-react ^4.3.4 development
- autoprefixer ^10.4.20 development
- babel-plugin-react-compiler 19.0.0-beta-e993439-20250328 development
- eslint ^9.17.0 development
- eslint-plugin-perfectionist ^4.7.0 development
- eslint-plugin-prettier ^5.2.3 development
- eslint-plugin-react ^7.37.4 development
- eslint-plugin-react-compiler 19.0.0-beta-e993439-20250328 development
- eslint-plugin-react-hooks ^5.0.0 development
- eslint-plugin-react-refresh ^0.4.16 development
- eslint-plugin-unused-imports ^4.1.4 development
- globals ^15.14.0 development
- lodash.merge ^4.6.2 development
- postcss ^8.5.1 development
- rxjs ^7.8.2 development
- sass-embedded ^1.89.0 development
- tailwindcss ^3.4.17 development
- typescript ~5.6.2 development
- typescript-eslint ^8.18.2 development
- vite ^6.2.7 development
- @eslint/eslintrc ^3.3.1
- @hookform/resolvers ^3.10.0
- @radix-ui/react-accordion ^1.2.2
- @radix-ui/react-alert-dialog ^1.1.6
- @radix-ui/react-checkbox ^1.1.4
- @radix-ui/react-collapsible ^1.1.2
- @radix-ui/react-dialog ^1.1.6
- @radix-ui/react-dropdown-menu ^2.1.6
- @radix-ui/react-hover-card ^1.1.6
- @radix-ui/react-label ^2.1.1
- @radix-ui/react-popover ^1.1.7
- @radix-ui/react-progress ^1.1.2
- @radix-ui/react-radio-group ^1.2.2
- @radix-ui/react-scroll-area ^1.2.2
- @radix-ui/react-select ^2.1.5
- @radix-ui/react-separator ^1.1.1
- @radix-ui/react-slot ^1.1.1
- @radix-ui/react-switch ^1.1.3
- @radix-ui/react-tooltip ^1.1.7
- @tanstack/react-query ^5.66.0
- @typescript-eslint/parser ^8.32.1
- axios ^1.7.9
- class-variance-authority ^0.7.1
- clsx ^2.1.1
- dayjs ^1.11.13
- lucide-react ^0.474.0
- molstar ^4.11.0
- next-themes ^0.4.4
- react ^18.3.1
- react-compiler-runtime 19.0.0-beta-e993439-20250328
- react-dom ^18.3.1
- react-hook-form ^7.54.2
- react-router ^7.5.2
- serve ^14.2.4
- sonner ^2.0.1
- tailwind-merge ^2.6.0
- tailwindcss-animate ^1.0.7
- use-debounce ^10.0.4
- zod ^3.24.1
src/frontend/acc2/pnpm-lock.yaml
npm
- 201 dependencies
src/backend/app/models/setup.py
pypi
src/backend/poetry.lock
pypi
- aiofiles 24.1.0
- alembic 1.15.2
- annotated-types 0.7.0
- anyio 4.9.0
- cachetools 5.5.2
- certifi 2025.4.26
- click 8.1.8
- colorama 0.4.6
- dependency-injector 4.46.0
- dnspython 2.7.0
- ecdsa 0.19.1
- email-validator 2.2.0
- fastapi 0.115.12
- fastapi-cli 0.0.7
- gemmi 0.7.1
- greenlet 3.2.1
- gunicorn 23.0.0
- h11 0.16.0
- httpcore 1.0.9
- httptools 0.6.4
- httpx 0.28.1
- idna 3.10
- iniconfig 2.1.0
- itsdangerous 2.2.0
- jinja2 3.1.6
- mako 1.3.10
- markdown-it-py 3.0.0
- markupsafe 3.0.2
- mdurl 0.1.2
- packaging 25.0
- pluggy 1.5.0
- psycopg2 2.9.10
- pyasn1 0.4.8
- pydantic 2.11.4
- pydantic-core 2.33.2
- pydantic-settings 2.9.1
- pygments 2.19.1
- pytest 8.3.5
- pytest-asyncio 0.26.0
- python-dotenv 1.1.0
- python-jose 3.4.0
- python-multipart 0.0.20
- pyyaml 6.0.2
- rich 14.0.0
- rich-toolkit 0.14.4
- rsa 4.9.1
- shellingham 1.5.4
- six 1.17.0
- sniffio 1.3.1
- sqlalchemy 2.0.40
- starlette 0.46.2
- typer 0.15.3
- typing-extensions 4.13.2
- typing-inspection 0.4.0
- uvicorn 0.32.1
- uvicorn-worker 0.2.0
- uvloop 0.21.0
- watchfiles 1.0.5
- websockets 15.0.1
src/backend/pyproject.toml
pypi
- aiofiles ^24.1.0
- alembic ^1.15.1
- cachetools ^5.5.2
- dependency-injector ^4.43.0
- fastapi ^0.115.4
- gemmi ^0.7.0
- gunicorn ^23.0.0
- httpx ^0.28.1
- itsdangerous ^2.2.0
- psycopg2 ^2.9.10
- pydantic-settings ^2.6.1
- pytest ^8.3.5
- pytest-asyncio ^0.26.0
- python ^3.12
- python-dotenv ^1.0.1
- python-jose ^3.4.0
- sqlalchemy ^2.0.37
- uvicorn ^0.32.0
- uvicorn-worker ^0.2.0