CONQUEST-release icon indicating copy to clipboard operation
CONQUEST-release copied to clipboard

Full public release of large scale and linear scaling DFT code CONQUEST

Results 67 CONQUEST-release issues
Sort by recently updated
recently updated
newest added

We usually assume that the Fermi energy (used in DOS plot) for gapped states is set as the middle of valence band top and conduction band bottom. But, it is...

When the spin is not fixed (`Spin.FixSpin F`) then during `findFermi_varspin` in `DiagModule.f90` when using Methfessel-Paxton smearing, a warning message can be written if the number of electrons is more...

area: main-source
improves: stability
priority: minor
time: hours
type: bug

There are a number of non system specific things in system.make that should be taken out and put somewhere else. List includes - MULT_KERN - OpenMP (the flag is system...

area: main-source
improves: stability
priority: minor
time: hours
type: maintenance

Consider removing numbers in test titles to make adding new tests less prone to conflicts. But note that this will make it harder to discuss tests easily. Is there a...

I suggest adding the topics `density-functional-theory`, `electronic-structure` in the About section at https://github.com/OrderN/CONQUEST-release

At present, there is an `installation` section in the documentation, which describes how to compile the code in general. However, it would be convenient and attractive for new users to...

area: manual
area: tutorials
time: hours

The change made in #302 is missing `XC_COMPFLAGS` to `pseudo_tm_info.o`, since libxc is used in https://github.com/OrderN/CONQUEST-release/blob/6bf8f4a8c20fd4fa8f1c7baeb8a6b1f23a6d2408/src/pseudo_tm_info.f90#L996-L997 The build fails on this for me on Kathleen

It is sometimes useful if we can set the initial velocity of atoms manually to start MD simulations. In principle, we can do it by reading these values from the...

area: main-source
improves: functionality
needs: assignment
priority: minor
time: weeks
type: enhancement

This PR removes pointers to `part_array` in `multiply_module` and passes slices of `part_array` to subroutines instead. It also tries to clarify the indexing of `part_array` to make it clearer which...

area: main-source
improves: stability
priority: minor
type: maintenance