> For the complete documentation index, see [llms.txt](https://anufrievroman.gitbook.io/freepaths/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anufrievroman.gitbook.io/freepaths/references-and-credits.md).

# References and credits

The code has been developed by [Roman Anufriev](https://anufrievroman.com), Philipp Gassmann, Simon Defradas, Victor Remy and other contributors in the [Nomura lab](https://www.nlab.iis.u-tokyo.ac.jp/index-e.html) at the University of Tokyo since 2018. If you would like to use this code for your research, consider citing the papers below, if it is appropriate. If you need a certain feature to be implemented for your research, we can consider a collaboration.

### References

* Anufriev *et al*. [Applied Physics Letters 124, 022202 (2024)](https://doi.org/10.1063/5.0180685)
* Singh *et al*. [Applied Physics Letters, 122, 092203 (2023)](https://doi.org/10.1063/5.0137221)
* Anufriev *et al*. [Materials Today Physics 15, 100272 (2021)](https://www.sciencedirect.com/science/article/pii/S2542529320300961)
* Huang *et al*. [ACS Applied Materials & Interfaces 12, 25478 (2020)](https://pubs.acs.org/doi/10.1021/acsami.0c06030)
* Anufriev *et al*. [Nanoscale, 11, 13407-13414 (2019)](https://pubs.rsc.org/en/content/articlehtml/2019/nr/c9nr03863a)
* Anufriev *et al*. [ACS Nano 12, 11928 (2018)](https://pubs.acs.org/doi/abs/10.1021/acsnano.8b07597)

### Acknowledgments

Development of this code was funded by the following grants:

* CNRS Cellule Energie grant 2024 (SEGMENT)
* PRESTO JST (No. JPMJPR19I1)
* CREST JST (No. JPMJCR19Q3)
* Kakenhi (15H05869, 15K13270, and 18K14078)
* Postdoctoral Fellowship program of Japan Society for the Promotion of Science.

### Disclaimer

The code is still in development and provided as is. It likely contains bugs or might be inappropriate for your research. It is your responsibility to understand the underlying physics, test the code, and verify that all the equations and the code are correct and suitable for your use case.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://anufrievroman.gitbook.io/freepaths/references-and-credits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
