I've been spending some time reworking the einspline stuff recently,
but haven't had time to really document. The format is pretty simple,
but I did just recently update it to have k-points included in the
file, so make sure you get that. Abinit_converter::write_orbitals()
is pretty much the only documenation at this point.
Answers to your questions:
a: yes
b: I believe that it's done as psi(0)=psi(10) from looking at the test
einspline functions, but I haven't checked it to make sure yet.
Cheers,
Lucas
As I mentioned, I used your implementation to rewrite a new one that
fixed some of the issues we were having with the old one (including
the proliferation of hundreds of cube files), so I suggest that people
use EINSPLINE_MO instead.
Cheers,
Lucas
Thank you for the quick answers, I should have all the info I need now. If
I hit a snag I'll ask again.
Regards,
Jindra
>> The grids are then alocated to MULTISPLINE object and eikr factor
>> is added as (we use 0, ..., N-1 points) value at N point =value
>> at 0 point.
>>> Abinit_converter::write_orbitals() is pretty much the only