How to find test cases relevant to my target system ?
Up to Table of Contents
Try
grep -i "keyword related to your question" *
at ~ABINIT/Test_* and ~ABINIT/Tutorial.
Relevant keywords (input variables) can be found in "List of input variables"(~ABINIT/Infos/keyhr.html).
Kindly remember that you are encouraged to run through all the Test_*/Tutorial first.

