https://github.com/jccriado/matchingtools

sort by:
Revision Author Date Message Commit Date
79f48b9 make all interface functions and classes available at the top namespace 17 March 2022, 17:07:42 UTC
ba2dd12 Remove tab from .travis.yml 03 August 2018, 20:55:09 UTC
19f2c7e Add .travis.yml 03 August 2018, 20:51:15 UTC
c4bd9a9 Use remove_kdeltas in transformations.simplify 28 July 2018, 13:54:16 UTC
69b13c1 Introduce space in output 28 July 2018, 13:53:58 UTC
87666c2 Revert to b679a42. Fixes accidental push to master 26 July 2018, 13:05:44 UTC
f69f7f9 Added space in output, remove_kdeltas in simplification 24 July 2018, 21:12:31 UTC
d5ab8c6 Big patch with new updates * Drops unnecessary numbers import * Renames Term to Convertible as per @jccriado suggestion * Separates derivatives and non derivatives tensor indices and removes derivatives_count * Updates Operator and OperatorSum to inherit from Conjugable and Differentiable too * Implements Operator.__hash__ and Operator.clone * Implements OperatorSum.__eq__ and OperatorSum._simplify to be used in the constructor * Implements Match.extend_dict for DRY * Match.match_operator now assumes that indices names might clash as long as ids don't. Resolving these clashes will be the output module responsibility. * Updates a bunch of methods of Match to reflect the changes in core 24 July 2018, 20:17:16 UTC
45cb74a Includes ComplexConstant, ComplexField and Kdelta tensors 24 July 2018, 12:08:24 UTC
3f4d35b Partially updates the rules module to reflect the changes in core 23 July 2018, 20:17:09 UTC
7dd07bb Continues with refactor. * Includes several ABCs / interfaces: Conjugable, Differentiable, Term, RealMixin, ComplexMixin * Includes two new subtypes of tensor: Field and Constant * Drops some functionality which must be reimplemented * Numbers are not tensors anymore, instead they are aggregated in the coefficient attribute of the operators * FieldBuilder and TensorBuilder (which should now probably be called ConstantBuilder) are now functions instead of classes 23 July 2018, 20:12:05 UTC
d45b258 Improves naming of variables 23 July 2018, 20:07:48 UTC
845c878 Moves the `match_operator` functionality from Rule to Match 23 July 2018, 20:06:52 UTC
5720864 Ongoing large refactor: WIP * Statistics is now an Enum type * Tries to improve overall readability * Includes types for Match, Rule, Permutation and Index * (Partially) implements addition and product of tensors, operators and operator sums * Includes test case for the refactor 21 July 2018, 13:40:42 UTC
2a55d96 Fixes error in documentation 17 July 2018, 14:29:43 UTC
f72fe3c Minor typo 17 July 2018, 11:39:51 UTC
d1b7d29 Includes flake8 in the workflow 17 July 2018, 11:22:27 UTC
200717a Sticking to PEP8 17 July 2018, 11:22:18 UTC
b679a42 Fixed version number 03 April 2018, 14:47:55 UTC
17418a6 Removed extra 'or ' in output 03 April 2018, 14:45:30 UTC
3154b38 Check first for None exponents in latex output 03 April 2018, 14:41:29 UTC
c8dd6dd Minor changes in extras and change the lsttools imports. 03 April 2018, 14:15:44 UTC
fc7a8da Update file list in README_CPC.txt 27 October 2017, 12:08:38 UTC
400cceb Update expected output in README_CPC.txt 27 October 2017, 12:01:27 UTC
0ed88f3 Version 0.2.7 26 October 2017, 12:21:41 UTC
ae8a0ec Include the None case for the exponent, meaning not collectable 26 October 2017, 12:20:27 UTC
a1fa4a4 Changed optional arguments for latex output to latex methods 26 October 2017, 09:53:18 UTC
7a10a64 Better access for the user to the max. order in the CDE 26 October 2017, 09:52:29 UTC
f956162 Added has_flavor=False to example in documentation. 26 October 2017, 09:51:51 UTC
e7d3634 Removed unnecessary import 20 October 2017, 10:34:46 UTC
34e7cca Version 0.2.5 20 October 2017, 10:14:33 UTC
02fa015 Added a rule to SU2. Fixed rule in Lorentz and SU3, and latex output 20 October 2017, 10:11:35 UTC
de13271 Added citation section to README.rst 19 October 2017, 17:34:50 UTC
2e94989 Fixed LaTeX representation with default parameter no_parens 19 October 2017, 13:50:25 UTC
d01a0d3 Version 0.2.4 17 October 2017, 12:56:16 UTC
7c75398 Parenthesis in the output of tensors representing numbers 17 October 2017, 12:54:58 UTC
2b3660c Version 0.2.3 17 October 2017, 12:34:11 UTC
9e17695 Fixed Tensor.__str__ 17 October 2017, 12:31:40 UTC
fe107c7 Fixed reference 17 October 2017, 12:22:07 UTC
97f79b4 Version 0.2.2 17 October 2017, 12:06:13 UTC
b8c5f64 Fix README.rst 17 October 2017, 12:05:29 UTC
6214227 - 17 October 2017, 12:04:49 UTC
4b10c34 Updated documentation (symbol_op -> power_op) 17 October 2017, 11:58:05 UTC
22f274d Remove context.py 17 October 2017, 11:50:26 UTC
6268782 Document new parameters to Writer constructor 17 October 2017, 11:47:44 UTC
e3d52ad Changed sign back in Lorentz 17 October 2017, 11:47:20 UTC
c66c80e Better output for "$re" and "$im" tensors 17 October 2017, 11:46:45 UTC
bda81ec Clean .gitignore 16 October 2017, 15:58:59 UTC
4002c1b Better text output. Updated examples 16 October 2017, 15:55:18 UTC
ab6bfb4 Nicer output (and sign changed in Lorentz) 16 October 2017, 15:41:06 UTC
6b6901c Changed name to MatchTools (2) 08 October 2017, 08:34:11 UTC
4a438f3 Changed name to MatchingTools 08 October 2017, 08:30:15 UTC
50c4561 Changed capitalization of name in README 05 October 2017, 13:41:19 UTC
3c22514 Ignore results file from example 05 October 2017, 13:39:46 UTC
32f70fd Changed name to matchtools. Added extras_example.py 05 October 2017, 13:38:57 UTC
3158a7c Removed some examples 18 September 2017, 11:11:43 UTC
9ea2c5a Modify docs to describe the latest version of simple_example.py 24 April 2017, 07:24:00 UTC
d351f44 Examples assume that effective is installed 23 April 2017, 17:34:08 UTC
13fc228 Split README into README.rst and README_CPC.txt merge file_list.txt 20 April 2017, 14:12:50 UTC
305c3ff Minor change in the wording of the README.rst 20 April 2017, 13:14:44 UTC
f7ff718 Present numeric coefficients before the rest 20 April 2017, 13:08:16 UTC
c8993f7 Include file list and prepare simple example as test 20 April 2017, 13:07:36 UTC
c620618 Changed effective.operators to effective.core 19 April 2017, 18:05:07 UTC
ca30c2d Added license 19 April 2017, 17:48:57 UTC
ad0edbd Change sys.stdout.write to print and show_pdf to write_latex 19 April 2017, 17:47:13 UTC
82672ad Removed unnecessary "import sys" 19 April 2017, 17:46:37 UTC
dbd07d5 Changed group_op_sum() to simplify() 19 April 2017, 17:46:10 UTC
8acc411 Add simple example 19 April 2017, 14:34:07 UTC
5150fbe Remove theme specification 19 April 2017, 14:00:38 UTC
111a238 Added link to the documentation. 19 April 2017, 13:51:09 UTC
ce13ac8 Corrected two-comp spinor epsilon tensors. Minor changes in the docs 19 April 2017, 13:40:25 UTC
429dd3b Added license and classifiers 10 April 2017, 12:26:56 UTC
aeddc6c Corrected sign in the integration of vector-like fermions 10 April 2017, 12:02:39 UTC
f497b67 Write Lagrangian with first letter capitalized 10 April 2017, 12:01:08 UTC
76288f6 Removed debug prints 10 April 2017, 12:00:30 UTC
77b2398 Removed debug prints 10 April 2017, 11:58:59 UTC
3180266 Added the word "symbolic" to the description. Corrected examples. 07 April 2017, 10:03:46 UTC
6935a74 Corrected grammar in README and documentations's index 02 April 2017, 20:27:31 UTC
6744813 Change the name in the documentation to start with capital E 02 April 2017, 19:25:18 UTC
7a1d03c Added back the source files. 02 April 2017, 19:19:58 UTC
748e5b5 Change the name to effective. 02 April 2017, 18:55:54 UTC
c852f07 Removed ">>" from installation instructions. 02 April 2017, 02:58:07 UTC
182a265 Made ready for pypi and compatible with python 3. Doc examples. 02 April 2017, 02:54:48 UTC
b3164aa Reorganize documentation (quickstart, overview...) 01 April 2017, 12:57:38 UTC
fbabeda Add SM_dim_6_basis.py. New L1_plus_vectors. 31 March 2017, 15:31:36 UTC
8e53145 Added extras. Complete scalars and leptons with only integration. 31 March 2017, 03:17:24 UTC
347ef47 Compiled documentation 21 March 2017, 10:12:28 UTC
d30cd44 Added documentation 21 March 2017, 10:11:06 UTC
8e4095e Changed the folder structure 21 March 2017, 09:59:25 UTC
f30c64a Added documentation 17 March 2017, 11:38:32 UTC
821cfe5 First changes towars using Writer in mixed.py 07 March 2017, 10:19:44 UTC
6464a20 Implementing and using class Writer 06 March 2017, 18:08:47 UTC
fbec863 Output to latex 06 March 2017, 11:37:56 UTC
b4ee314 Organize and give context for imports for the examples 01 March 2017, 15:18:10 UTC
a76b1c3 Change directory structure 01 March 2017, 14:40:52 UTC
ee8da14 Fully working versions of L1 + vectors and mixed contributions 01 March 2017, 10:05:14 UTC
f2210ab Separate file for L1 + vectors 27 February 2017, 13:46:14 UTC
a905e06 Removed debugging prints 27 February 2017, 13:45:26 UTC
84e3c6b Corrected rules for L1 + vectors. Changed kinetic terms for vectors. Added Majorana fermions 27 February 2017, 11:37:43 UTC
015f91f Added flavors for masses of heavy fields 23 February 2017, 10:52:52 UTC
back to top