All Projects → votca → votca

votca / votca

Licence: Apache-2.0 license
The source of the votca-csg and xtp packages

Programming Languages

C++
36643 projects - #6 most used programming language
JetBrains MPS
11 projects
Objective-C++
1391 projects
shell
77523 projects
CMake
9771 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to votca

xtp
GW-BSE for excited state Quantum Chemistry in a Gaussian Orbital basis, electronic spectroscopy with QM/MM, charge and energy dynamics in complex molecular systems
Stars: ✭ 26 (-7.14%)
Mutual labels:  multiscale-simulation, gw-bse, excited-states
SCEMa
HMM implementation featuring Deal.II (FE) and LAMMPS (MD)
Stars: ✭ 14 (-50%)
Mutual labels:  molecular-dynamics, multiscale-simulation
MDBenchmark
Quickly generate, start and analyze benchmarks for molecular dynamics simulations.
Stars: ✭ 64 (+128.57%)
Mutual labels:  molecular-dynamics, gromacs
enspara
Modeling molecular ensembles with scalable data structures and parallel computing
Stars: ✭ 28 (+0%)
Mutual labels:  molecular-dynamics
packmol
Packmol - Initial configurations for molecular dynamics simulations
Stars: ✭ 118 (+321.43%)
Mutual labels:  molecular-dynamics
foyer
A package for atom-typing as well as applying and disseminating forcefields
Stars: ✭ 78 (+178.57%)
Mutual labels:  molecular-dynamics
libra-code
quantum-dynamics-hub.github.io/libra/index.html
Stars: ✭ 33 (+17.86%)
Mutual labels:  molecular-dynamics
wepy
Weighted Ensemble simulation framework in Python
Stars: ✭ 38 (+35.71%)
Mutual labels:  molecular-dynamics
sGDML
sGDML - Reference implementation of the Symmetric Gradient Domain Machine Learning model
Stars: ✭ 86 (+207.14%)
Mutual labels:  molecular-dynamics
NNPOps
High-performance operations for neural network potentials
Stars: ✭ 48 (+71.43%)
Mutual labels:  molecular-dynamics
contact map
Contact map analysis for biomolecules; based on MDTraj
Stars: ✭ 27 (-3.57%)
Mutual labels:  molecular-dynamics
polyply 1.0
Generate input parameters and coordinates for atomistic and coarse-grained simulations of polymers, ssDNA, and carbohydrates
Stars: ✭ 59 (+110.71%)
Mutual labels:  coarse-graining
SolidStateDetectors.jl
Solid state detector field and charge drift simulation in Julia
Stars: ✭ 51 (+82.14%)
Mutual labels:  charge-transport
mbuild
A hierarchical, component based molecule builder
Stars: ✭ 119 (+325%)
Mutual labels:  molecular-dynamics
SSAGES
Software Suite for Advanced General Ensemble Simulations
Stars: ✭ 72 (+157.14%)
Mutual labels:  gromacs
mddatasetbuilder
A script to build reference datasets for training neural network potentials from given LAMMPS trajectories.
Stars: ✭ 23 (-17.86%)
Mutual labels:  molecular-dynamics
CellListMap.jl
Flexible implementation of cell lists to map the calculations of particle-pair dependent functions, such as forces, energies, neighbour lists, etc.
Stars: ✭ 62 (+121.43%)
Mutual labels:  molecular-dynamics
pylj
Teaching Utility for Classical Atomistic Simulation.
Stars: ✭ 23 (-17.86%)
Mutual labels:  molecular-dynamics
torchmd-cg
Example to fit parameters and run CG simulations using TorchMD and Schnet
Stars: ✭ 23 (-17.86%)
Mutual labels:  coarse-grained-molecular-dynamics
mdgrad
Pytorch differentiable molecular dynamics
Stars: ✭ 127 (+353.57%)
Mutual labels:  molecular-dynamics

Codacy Badge CI Docker DOI

This is VOTCA, which provides the two following subpackages:

  • VOTCA-CSG, a library which provides tools to develop coarse-grained potentials from atomistic simulation data
  • VOTCA-XTP, a library providing the DFT+GW-BSE method to calculate electronically excited states in single molecules, in molecular materials with quantum-classical embedding, as well as electron, hole, and exciton dynamics in atomistic MD-trajectories.

Basic installation

(see performance advice in Install Guide)

prefix=WHERE/TO/INSTALL/VOTCA
version=master # or 'stable' or 'v2021.2'
git clone -b ${version} https://github.com/votca/votca.git
cmake -B builddir -S votca -DBUILD_XTP=ON -DCMAKE_INSTALL_PREFIX=${prefix}
cmake --build builddir --parallel <number of cores>
cmake --build builddir --target install

Using this code via docker

docker pull votca/votca
docker run -it votca/votca /bin/bash

More detailed information:

  1. Installation
  2. Further Information
  3. Developers Guide
  4. VOTCA_LANGUAGE_GUIDE
  5. Code of Conduct

You find the VOTCA-CTP repository here

License:

Copyright 2009-2021 The VOTCA Development Team (http://www.votca.org)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].