atomictest: update three-j symbol test
[physicspy.git] / README.txt
blob8d463f8608ac70277944caf064113c24ea060960
1 =======================================
2 Physicspy
3 =======================================
5 Project aim
6 -----------
7 Physicspy aims at collecting frequently used calculations in physics,
8 and thus create a reusable and reviewed base for these calculations.
9 This would not replace proper understanding the underlying principles,
10 and the probably best practice for a beginner is to do their first 
11 calculations by hand. One, however, does not have to reinvent the wheel 
12 every single time, and when the principles are well understood, a 
13 reliable codebase can greatly improve the developement of software.
16 Dependencies
17 ------------
18 Physicspy extensively relies on Numpy and Scipy. Please find more 
19 information about them, including installation instructions at 
20 http://www.scipy.org/
23 Contribution
24 ------------
25 Please feel to correct bugs in the code, or extend its functionalit 
26 where it is lacking. I'd be grateful if you contribute your changes back 
27 to this original package, though I retain the right to include or 
28 omit any code submitted.
29 The source code repository can be found at:
30 http://github.com/imrehg/physicspy/
31 and a mirror at:
32 http://repo.or.cz/w/physicspy.git
35 Licensing
36 ---------
37 Physicspy is released under the MIT License, basically giving you 
38 complete control of how do you use, modify and share this code, as long 
39 as the appropriate copyright information is maintained.
40 See the file "LICENSE.txt" for detailed terms and conditions for usage.