calphy icon indicating copy to clipboard operation
calphy copied to clipboard

A Python library and command line interface for automated free energy calculations

Results 9 calphy issues
Sort by recently updated
recently updated
newest added

When specifying a file instead of a predefined lattice melting_temperature calculations fail with: ValueError("Unknown lattice found. Allowed options are BCC, FCC, HCP, DIA, SC or LQD; or an input file.")...

help wanted

Add a debug module to see if issues are caused by underlying libraries. - Call lammps python directly through, see if that works on single core - run a mpi4py...

enhancement

Dear developers and users, I'm trying to run a ts calculation in which I expect MD will be run after the initialization. However, the job seemed to get stuck when...

The following methods should be used for better integration with pyiron/other features: - get_structures in phase.py

Using calphy, I want to calculate free energy of **ionic liquid phase using born potential with pair style hybrid/scaled** From the previous questions, I undestand it is probably possible in...

I want to run simulations with calphy but with no potential file, but I would like to use LJ/Tip3p as follows, ``` units real boundary p p p ## E...

Using command line args it should be possible to pass accelerator suffixes to all pair styles without having to modify the input scripts themselves. This seems to work corretly for...