#computing #force #casimir #fdfd #stress-tensor

app casimir-fdfd

An implementation of a stress-tensor based FDFD method for computing Casimir forces

2 unstable releases

Uses old Rust 2015

0.2.0 Jul 5, 2018
0.1.0 Jul 2, 2018

#26 in #force

MIT license

85KB
2K SLoC

Build Status Rust Coverage Status

casimir-fdfd

An implementation of a stress-tensor based FDFD method for computing Casimir forces. Based on Virtual photons in imaginary time: Computing exact Casimir forces via standard numerical-electromagnetism techniques.

Usage

To use, install the program via cargo install casimir-fdfd. Alternatively, you can build it yourself via the source code. To run, pass it the path to a configuration file. Examples of configurations can be found in /worlds/. To display a progress bar while running, use the flag --progressbar/-p. You can always run casimir-fdfd --help for usage information.

Example usage:

casimir-fdfd "worlds/plates_medium.json" -p

License

MIT License

Copyright (c) 2018 Thomas den Hollander

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependencies

~6.5MB
~129K SLoC