NQCDynamics.jl icon indicating copy to clipboard operation
NQCDynamics.jl copied to clipboard

Fast and flexible nonadiabatic molecular dynamics in Julia!

Results 30 NQCDynamics.jl issues
Sort by recently updated
recently updated
newest added

Just an idea: DFTB+ can be compiled in library mode and one can interact with DFTB+ which exposes many important variables. This is currently being explored in the context of...

enhancement

We discussed that it would be nice to also showcase that the code in principle can perform on the fly dynamics on realistic systems. One way to do that is...

enhancement

This pull request changes the compat entry for the `NQCModels` package from `0.8` to `0.8, 0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Adds support for a model type that directly interfaces with [MACE](https://github.com/ACEsuit/mace/tree/main) instead of using the ase interface in NQCModels.jl. We can get a minor efficiency gain in ring-polymer calculations by...

# Phonon thermostatting in NQCD Implements MDEF + 2TM with Phonon coupling (https://github.com/NQCD/NQCDynamics.jl/issues/73) by changing `Simulation`s to allow the use of different temperatures (either a constant value or function) for...

This is currently missing at least for `MDEF`

documentation

There is a bug in ClassicalMethods/diabatic_mdef.jl, line 65, `function evaluate_friction!` In the WideBandExact case `get_potential` and `get_derivative` takes the wrong quantities. It passes quantities related to the AndersonHolstein model instead...

bug

The underlying `ComponentVectors` can be stored in their flattened representation, which the FileReduction would convert into a (N_atoms * N_dofs * 2 components + electronics) x N_snapshots Matrix. We should...

enhancement

This pull request changes the compat entry for the `FastBroadcast` package from `0.1, 0.2` to `0.1, 0.2, 0.3`. This keeps the compat entries for earlier versions. Note: I have not...